Dockerfile depend on latest ubuntu-lts
This commit is contained in:
parent
5a93d58d49
commit
17415f04c3
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# syntax=docker/dockerfile:labs
|
# syntax=docker/dockerfile:labs
|
||||||
FROM public.ecr.aws/ubuntu/ubuntu:focal as preinstall
|
FROM public.ecr.aws/lts/ubuntu:latest as preinstall
|
||||||
RUN apt-get update && apt-get install -y curl python3-minimal
|
RUN apt-get update && apt-get install -y curl python3-minimal
|
||||||
|
|
||||||
FROM preinstall as base
|
FROM preinstall as base
|
||||||
|
|
Loading…
Add table
Reference in a new issue