Skip to content

Commit ba75a4a

Browse files
deps: bump alpine from 3.19 to 3.23
Bumps alpine from 3.19 to 3.23. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.23' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8c6513a commit ba75a4a

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
@@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build \
2323
./cmd/alexander-server
2424

2525
# Final stage
26-
FROM alpine:3.19
26+
FROM alpine:3.23
2727

2828
# Install runtime dependencies
2929
RUN apk add --no-cache ca-certificates tzdata

0 commit comments

Comments
 (0)