Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.13 (#194)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Feb 21, 2021
1 parent cf25803 commit ad67602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tunnel/cmd/secure-tunnel-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN go build -tags netgo -installsuffix netgo
RUN cp secure-tunnel-server /usr/local/bin/

# =====================
FROM alpine:3.12
FROM alpine:3.13

COPY --from=go-builder /usr/local/bin/secure-tunnel-server /usr/local/bin/

Expand Down

0 comments on commit ad67602

Please sign in to comment.