Merge pull request #939 from jlnostr/update-docker-base

Update docker base images
This commit is contained in:
Kristian Haugene 2020-01-13 17:34:26 +01:00 committed by GitHub
commit 4a11b8d284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu:16.04
FROM ubuntu:18.04
VOLUME /data
VOLUME /config

View File

@ -1,4 +1,4 @@
FROM alpine:3.8
FROM alpine:3.10
VOLUME /data
VOLUME /config