Skip to content

Commit

Permalink
Merge pull request #379 from cyberark/fix-ci-bin-build-errors
Browse files Browse the repository at this point in the history
Update to Go 1.16 for Docker base images to fix CI build errors
  • Loading branch information
diverdane authored Oct 27, 2021
2 parents a176eb2 + 7fcddd4 commit 1a6f421
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 1a6f421

Please sign in to comment.