Skip to content

Commit

Permalink
Update Alpine to 3.20.2 (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
yannh authored Sep 22, 2024
1 parent 32a82bd commit ebec0c7
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 @@ -5,7 +5,7 @@ ENV CGO_ENABLED=0
COPY . ./
RUN make setup && make build

FROM alpine:3.18.4
FROM alpine:3.20.2
RUN apk --no-cache add \
ca-certificates \
iptables
Expand Down

0 comments on commit ebec0c7

Please sign in to comment.