Skip to content

Commit

Permalink
Merge pull request #260 from cyberark/fix-build-yaml2-errs
Browse files Browse the repository at this point in the history
Fixes unknown yaml2 revision build errors
  • Loading branch information
diverdane authored Oct 15, 2021
2 parents 007a67e + 366d028 commit 1744447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildpack-health-check/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.12-stretch
FROM golang:1.15-stretch
MAINTAINER CyberArk Software, Inc.

ENV GOOS=linux \
Expand All @@ -9,4 +9,4 @@ WORKDIR /buildpack-health-check

COPY go.mod go.sum /buildpack-health-check/

RUN go mod download
RUN go mod download

0 comments on commit 1744447

Please sign in to comment.