Dockerfile depend on latest ubuntu-lts

This commit is contained in:
Anthony Cicchetti 2023-03-19 12:43:10 -04:00
parent 5a93d58d49
commit 17415f04c3

View file

@ -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