Skip to content

Commit 31c1bf9

Browse files
Bump alpine from 3.22.1 to 3.22.2
Bumps alpine from 3.22.1 to 3.22.2. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.22.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ba92b73 commit 31c1bf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1
14+
FROM alpine:3.22.2
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.1
1+
FROM alpine:3.22.2
22
LABEL maintainer="Andy Lo-A-Foe <[email protected]>"
33

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

0 commit comments

Comments
 (0)