1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-09-12 01:19:10 +02:00

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

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

Closes #255

See merge request famedly/conduit!330
This commit is contained in:
Jonas Zohren 2022-03-18 17:52:50 +00:00
commit a2a7c61872
2 changed files with 3 additions and 2 deletions

View file

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

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.