Skip to content

Commit 187e68c

Browse files
authored
Merge pull request #1542 from traPtitech/dependabot/docker/alpine-3.23.4
chore(deps): bump alpine from 3.23.3 to 3.23.4
2 parents a8ff54e + 5c85a3b commit 187e68c

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
@@ -16,7 +16,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
1616
go build -o /anke-to -ldflags "-s -w"
1717

1818
# run
19-
FROM alpine:3.23.3
19+
FROM alpine:3.23.4
2020
WORKDIR /app
2121

2222
RUN apk --update --no-cache add tzdata \

0 commit comments

Comments
 (0)