Dockerfile: Lock to Ubuntu 20.04

This commit is contained in:
Johan Gunnarsson 2021-11-05 22:06:04 +01:00
parent 1ee0b4f8da
commit 733e488d0e
1 changed files with 1 additions and 1 deletions

View File

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