Skip to content

Commit 770d957

Browse files
deps(docker): bump alpine from 3.23.2 to 3.23.3 (#595)
1 parent 3d10dd0 commit 770d957

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN go mod download && \
2424

2525

2626
# get alpine container
27-
FROM alpine:3.23.2 AS app
27+
FROM alpine:3.23.3 AS app
2828

2929
# create workdir
3030
WORKDIR /opt/app

0 commit comments

Comments
 (0)