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

merge-requests/330/head
Jonas Zohren 2 years ago
parent 6be5e83e61
commit 61277452af
No known key found for this signature in database
GPG Key ID: FE3ED5D90A175463

@ -316,9 +316,10 @@ test:sytest:
test:dockerlint:
stage: "test"
needs: []
image: "ghcr.io/hadolint/hadolint:latest-alpine"
image: "ghcr.io/hadolint/hadolint@sha256:6c4b7c23f96339489dd35f21a711996d7ce63047467a9a562287748a03ad5242" # 2.8.0-alpine
interruptible: true
script:
- hadolint --version
# First pass: Print for CI log:
- >
hadolint

@ -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.

Loading…
Cancel
Save