Skip to content

Commit

Permalink
Merge pull request #268 from okp4/dependabot/docker/alpine-3.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 8, 2023
2 parents 2313300 + 669a828 commit f6801d4
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.5
FROM alpine:3.19.0

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

Expand Down

0 comments on commit f6801d4

Please sign in to comment.