Skip to content

Commit e706620

Browse files
Merge pull request #105 from aws/update_ubuntu_base
Update Ubuntu base image
2 parents 31c96df + c58ee86 commit e706620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/0.23-1/base/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG UBUNTU_VERSION=18.04
2-
ARG UBUNTU_IMAGE_DIGEST=fc0d6af5ab38dab33aa53643c4c4b312c6cd1f044c1a2229b2743b252b9689fc
2+
ARG UBUNTU_IMAGE_DIGEST=98706f0f213dbd440021993a82d2f70451a73698315370ae8615cc468ac06624
33

44
FROM ubuntu:${UBUNTU_VERSION}@sha256:${UBUNTU_IMAGE_DIGEST}
55

0 commit comments

Comments
 (0)