Skip to content

Commit

Permalink
Merge pull request #49 from zeta-chain/dependabot/docker/alpine-3.20.1
Browse files Browse the repository at this point in the history
build(deps): bump alpine from 3.17.3 to 3.20.1
  • Loading branch information
Francisco de Borja Aranda Castillejo authored Jul 19, 2024
2 parents b87cf6c + e72ba2d commit c4829df
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 @@ -17,7 +17,7 @@ COPY . .
RUN make build

# Final image
FROM alpine:3.17.3
FROM alpine:3.20.1

# Install ca-certificates
RUN apk add --update ca-certificates jq
Expand Down

0 comments on commit c4829df

Please sign in to comment.