Merge pull request #58 from Jacobite89/master

Update to Alpine 3.15
This commit is contained in:
simonmicro
2022-02-11 12:48:49 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# This is a minimized version from docker/docker-py3-kms/Dockerfile without SQLite support to further reduce image size # This is a minimized version from docker/docker-py3-kms/Dockerfile without SQLite support to further reduce image size
FROM alpine:3.14 FROM alpine:3.15
ENV IP 0.0.0.0 ENV IP 0.0.0.0
ENV PORT 1688 ENV PORT 1688

View File

@@ -1,5 +1,5 @@
# Switch to the target image # Switch to the target image
FROM alpine:3.14 FROM alpine:3.15
ENV IP 0.0.0.0 ENV IP 0.0.0.0
ENV PORT 1688 ENV PORT 1688