Skip to content

Commit

Permalink
Merge pull request #939 from traPtitech/dependabot/docker/docker/prod…
Browse files Browse the repository at this point in the history
…uction/alpine-3.20.1

⬆️ Bump alpine from 3.20.0 to 3.20.1 in /docker/production
  • Loading branch information
ikura-hamu authored Jun 22, 2024
2 parents 793ba80 + 56e02a2 commit 58656ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/production/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN --mount=type=cache,target=/go/pkg/mod/cache \
go generate ./... \
&& go build -o collection -ldflags "-s -w"

FROM alpine:3.20.0
FROM alpine:3.20.1

WORKDIR /go/src/github.com/traPtitech/trap-collection-server

Expand Down

0 comments on commit 58656ef

Please sign in to comment.