Skip to content

Commit

Permalink
Merge pull request #279 from okp4/dependabot/docker/alpine-3.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
2 parents 122d318 + e3f4250 commit d1d84ac
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.19.0
FROM alpine:3.19.1

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

Expand Down

0 comments on commit d1d84ac

Please sign in to comment.