Dockerfile: Lock to Ubuntu 20.04
This commit is contained in:
parent
1ee0b4f8da
commit
733e488d0e
|
|
@ -1,4 +1,4 @@
|
||||||
FROM public.ecr.aws/ubuntu/ubuntu:latest
|
FROM public.ecr.aws/lts/ubuntu:20.04_stable
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get --assume-yes \
|
apt-get --assume-yes \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue