Skip to content

Commit

Permalink
Upgrade Dockerfiles to Go v1.17 images
Browse files Browse the repository at this point in the history
Previous image version 1.15 encountered an error when installing
go-junit-report and goconvey dependencies.
  • Loading branch information
john-odonnell committed Oct 26, 2021
1 parent 74461f0 commit de875b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# =================== BASE BUILD LAYER ===================
# this layer is used to prepare a common layer for both debug and release builds
FROM golang:1.15 as secrets-provider-builder-base
FROM golang:1.16 as secrets-provider-builder-base
MAINTAINER CyberArk Software Ltd.

ENV GOOS=linux \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.junit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.15-alpine
FROM golang:1.16-alpine
MAINTAINER CyberArk Software Ltd.
LABEL id="secrets-provider-for-k8s-junit-processor"

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.15-alpine
FROM golang:1.16-alpine
MAINTAINER CyberArk Software Ltd.
LABEL id="secrets-provider-for-k8s-test-runner"

Expand Down

0 comments on commit de875b2

Please sign in to comment.