Skip to content

Commit

Permalink
Upgrade go docker builder image
Browse files Browse the repository at this point in the history
  • Loading branch information
vpereira01 authored and jcvernaleo committed Apr 11, 2022
1 parent b87a4f4 commit e153fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
###########################
# Build binaries stage
###########################
FROM --platform=$BUILDPLATFORM golang:1.16.15-alpine3.15 AS build
FROM --platform=$BUILDPLATFORM golang:1.17.8-alpine3.15 AS build
ADD . /app
WORKDIR /app
# Arguments required to build binaries targetting the correct OS and CPU architectures
Expand Down

0 comments on commit e153fef

Please sign in to comment.