Skip to content

Commit

Permalink
update alpine to 3.17.2 (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakai135 authored Mar 10, 2023
1 parent 847f3ac commit 2071ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distro/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY pkg ./pkg
RUN go-licenses save ./cmd/gvproxy --save_path ./licenses/gvproxy && \
go-licenses save ./cmd/vm --save_path ./licenses/vm

FROM docker.io/library/alpine:3.17.1
FROM docker.io/library/alpine:3.17.2
RUN apk add --no-cache openrc iptables && \
apk list --installed
ARG REF=https://example.com/
Expand Down

0 comments on commit 2071ac0

Please sign in to comment.