Skip to content

Commit 40a473d

Browse files
Bump alpine from 3.22.2 to 3.23.2 (#193)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a328969 commit 40a473d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN go mod download
77
COPY . .
88
RUN GOOS=linux GOARCH=amd64 go build -buildvcs=false -ldflags="-w -s"
99

10-
FROM alpine:3.22.2
10+
FROM alpine:3.23.2
1111
WORKDIR /app
1212

1313
RUN addgroup --system --gid 1001 appgroup && \

0 commit comments

Comments
 (0)