Skip to content

Commit

Permalink
chore(deps): update docker.io/alpine docker tag to v3.21.1 (#230)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 3962b62 commit 1556373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM docker.io/golang:1.23 AS golang
COPY main.go /go
RUN GO111MODULE=auto CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build

FROM docker.io/alpine:3.21.0
FROM docker.io/alpine:3.21.1
LABEL maintainer="acend"

EXPOSE 5000
Expand Down
2 changes: 1 addition & 1 deletion python/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/alpine:3.21.0
FROM docker.io/alpine:3.21.1
LABEL maintainer="acend"

ENV PIP_BREAK_SYSTEM_PACKAGES 1
Expand Down

0 comments on commit 1556373

Please sign in to comment.