Skip to content

Commit

Permalink
docker(deps): bump alpine from 3.20.3 to 3.21.0
Browse files Browse the repository at this point in the history
Bumps alpine from 3.20.3 to 3.21.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent a03fc17 commit 97f65cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN go mod download
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o gofihttpbin ./cmd/gofihttpbin/gofihttpbin.go


from alpine:3.20.3
from alpine:3.21.0

WORKDIR /gofihttpbin
RUN mkdir -p ./web/static
Expand Down

0 comments on commit 97f65cd

Please sign in to comment.