1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-06-27 16:35:59 +00:00

chore(docker): Bump alpine (base image) version

This commit is contained in:
Jonas Zohren 2022-03-18 18:05:16 +01:00
parent 6be5e83e61
commit 61277452af
No known key found for this signature in database
GPG key ID: FE3ED5D90A175463
2 changed files with 3 additions and 2 deletions

View file

@ -7,7 +7,7 @@
# Credit's for the original Dockerfile: Weasy666.
# ---------------------------------------------------------------------------------------------------------
FROM docker.io/alpine:3.15.0 AS runner
FROM docker.io/alpine:3.15.1 AS runner
# Standard port on which Conduit launches.