Skip to content

Commit

Permalink
Merge pull request #250 from okp4/dependabot/docker/alpine-3.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 29, 2023
2 parents 3540e7d + de2ef3e commit 047386e
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 @@ -8,7 +8,7 @@ COPY . /src/
RUN make build CGO_ENABLED=0

#--- Image stage
FROM alpine:3.18.3
FROM alpine:3.18.4

COPY --from=go-builder /src/target/dist/cosmos-faucet /usr/bin/cosmos-faucet

Expand Down

0 comments on commit 047386e

Please sign in to comment.