Browse Source

Update Dockerfile base image (#8975)

Signed-off-by: hang.jiang <hang.jiang@daocloud.io>
pull/8987/head
蒋航 2 years ago
committed by GitHub
parent
commit
f6159c5677
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      Dockerfile

2
Dockerfile

@ -1,5 +1,5 @@
# Use imutable image tags rather than mutable tags (like ubuntu:20.04) # Use imutable image tags rather than mutable tags (like ubuntu:20.04)
FROM ubuntu:focal-20220316
FROM ubuntu:focal-20220531
ARG ARCH=amd64 ARG ARCH=amd64
ARG TZ=Etc/UTC ARG TZ=Etc/UTC

Loading…
Cancel
Save