Skip to content

Commit

Permalink
Bump alpine from 3.18.3 to 3.18.4 in /docker/production
Browse files Browse the repository at this point in the history
Bumps alpine from 3.18.3 to 3.18.4.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 29, 2023
1 parent e2aa17d commit 3e4ca42
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.18.3
FROM alpine:3.18.4

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

Expand Down

0 comments on commit 3e4ca42

Please sign in to comment.