mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 11:48:28 +01:00
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:
commit
2cafc53abf
@ -1,4 +1,4 @@
|
||||
FROM fpco/pid1:18.04
|
||||
FROM fpco/pid1:20.04
|
||||
|
||||
ENV LANG C.UTF-8
|
||||
RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
FROM fpco/pid1:18.04
|
||||
FROM fpco/pid1:20.04
|
||||
|
||||
RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||
apt-get update && \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user