Skip to content

Commit

Permalink
chore(deps): Bump alpine from 3.18.4 to 3.20.1
Browse files Browse the repository at this point in the history
Bumps alpine from 3.18.4 to 3.20.1.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 8a657a5 commit d057d38
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 @@ -25,7 +25,7 @@ RUN uname -a &&\
CGO_ENABLED=${CGO_ENABLED} GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
go build -o build/ ${LDFLAGS} ./cmd/celestia

FROM docker.io/alpine:3.18.4
FROM docker.io/alpine:3.20.1

# Read here why UID 10001: https://github.com/hexops/dockerfile/blob/main/README.md#do-not-use-a-uid-below-10000
ARG UID=10001
Expand Down

0 comments on commit d057d38

Please sign in to comment.