Skip to content

Commit

Permalink
Merge pull request #38 from rollkit/dependabot/docker/alpine-3.18.3
Browse files Browse the repository at this point in the history
build(deps): bump alpine from 3.18.2 to 3.18.3
  • Loading branch information
Bidon15 authored Aug 8, 2023
2 parents 1d9f5a3 + 0e3d357 commit fbc21c0
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 @@ -14,7 +14,7 @@ COPY --chown=1000:1000 . .

RUN ignite chain build --release

FROM docker.io/alpine:3.18.2
FROM docker.io/alpine:3.18.3

# 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 fbc21c0

Please sign in to comment.