Skip to content
Snippets Groups Projects
Commit a2a7c618 authored by Jonas Zohren's avatar Jonas Zohren
Browse files

Merge branch 'docker-bump-alpine-version' into 'next'

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

Closes #255

See merge request famedly/conduit!330
parents 6be5e83e 61277452
No related branches found
No related tags found
No related merge requests found
...@@ -316,9 +316,10 @@ test:sytest: ...@@ -316,9 +316,10 @@ test:sytest:
test:dockerlint: test:dockerlint:
stage: "test" stage: "test"
needs: [] needs: []
image: "ghcr.io/hadolint/hadolint:latest-alpine" image: "ghcr.io/hadolint/hadolint@sha256:6c4b7c23f96339489dd35f21a711996d7ce63047467a9a562287748a03ad5242" # 2.8.0-alpine
interruptible: true interruptible: true
script: script:
- hadolint --version
# First pass: Print for CI log: # First pass: Print for CI log:
- > - >
hadolint hadolint
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# Credit's for the original Dockerfile: Weasy666. # 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. # Standard port on which Conduit launches.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment