Merge pull request #318 from juhp/ubuntu20

* update docker base images to pid1:20.04

Committer comment: I am not currently using Docker to deploy stackage-server, but merging this is harmless, so I will do so.
This commit is contained in:
Bryan Richter 2024-04-17 09:32:53 +03:00 committed by GitHub
commit 2cafc53abf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM fpco/pid1:18.04
FROM fpco/pid1:20.04
ENV LANG C.UTF-8
RUN export DEBIAN_FRONTEND=noninteractive && \

View File

@ -1,4 +1,4 @@
FROM fpco/pid1:18.04
FROM fpco/pid1:20.04
RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get update && \