Skip to content

Commit

Permalink
security fix for golang/go#51112
Browse files Browse the repository at this point in the history
  • Loading branch information
mazay authored Mar 4, 2022
1 parent d50dd7f commit f70ef4a
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 @@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#

FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.17.7-alpine3.15 AS builder
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.17.8-alpine3.15 AS builder
ARG RELEASE_VERSION=devel
ARG TARGETOS
ARG TARGETARCH
Expand Down

0 comments on commit f70ef4a

Please sign in to comment.