Skip to content

Commit

Permalink
Update alpine version to latest (#1732)
Browse files Browse the repository at this point in the history
3.11 will reach end of support on 2021-11-01
  • Loading branch information
guoshimin2 authored Sep 30, 2021
1 parent a724fcd commit bb0788d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# See project Makefile if using make.
# See docker --build-arg if building directly.
ARG GOLANG_VERSION=1.14
ARG ALPINE_VERSION=3.11.5
ARG ALPINE_VERSION=3.14.2

FROM golang:${GOLANG_VERSION}-alpine AS builder

Expand Down

0 comments on commit bb0788d

Please sign in to comment.