Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit 3e86869

Browse files
authored
Merge pull request #505 from philips-software/dependabot/docker/alpine-3.22.1
Bump alpine from 3.22.0 to 3.22.1
2 parents 8718758 + 17724c1 commit 3e86869

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN git rev-parse --short HEAD
1111
RUN GIT_COMMIT=$(git rev-parse --short HEAD) && \
1212
CGO_ENABLED=0 go build -o app -ldflags "-X main.GitCommit=${GIT_COMMIT}"
1313

14-
FROM alpine:3.22.0
14+
FROM alpine:3.22.1
1515
RUN apk --no-cache add ca-certificates
1616
ENV HOME /root
1717
WORKDIR /app

Dockerfile.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.22.0
1+
FROM alpine:3.22.1
22
LABEL maintainer="Andy Lo-A-Foe <andy.lo-a-foe@philips.com>"
33

44
RUN apk --no-cache add ca-certificates

0 commit comments

Comments
 (0)