Skip to content

Commit

Permalink
update Alpine to 3.16.3 (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakai135 authored Nov 15, 2022
1 parent 992dded commit ba3d0c7
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 @@ -19,7 +19,7 @@ COPY pkg ./pkg
RUN go-licenses save ./cmd/gvproxy --save_path ./licenses/gvproxy && \
go-licenses save ./cmd/vm --save_path ./licenses/vm

FROM alpine:3.16.2
FROM alpine:3.16.3
RUN apk add --no-cache openrc iptables && \
apk list --installed
ARG REF=https://example.com/
Expand Down

0 comments on commit ba3d0c7

Please sign in to comment.