Skip to content

Commit 960a20e

Browse files
mattcarypwschuurman
authored andcommitted
golang:1.17.8
Change-Id: I9a638bb6ca123826cee881654d518ff971446bc0
1 parent c9f169e commit 960a20e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.17.2 as builder
15+
FROM golang:1.17.8 as builder
1616

1717
ARG STAGINGVERSION
1818

Dockerfile.Windows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
ARG BASE_IMAGE
16-
FROM --platform=$BUILDPLATFORM golang:1.13.15 AS builder
16+
FROM --platform=$BUILDPLATFORM golang:1.17.8 AS builder
1717

1818
ARG TARGETPLATFORM
1919
ARG BUILDPLATFORM

0 commit comments

Comments
 (0)