Skip to content

Commit

Permalink
Merge pull request #15 from SAP/dependabot/docker/golang-1.22
Browse files Browse the repository at this point in the history
Bump golang from 1.17 to 1.22
  • Loading branch information
oliver-goetz authored Feb 21, 2024
2 parents 8688504 + 9aed64d commit cecc7dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.17 AS proto_base
FROM golang:1.22 AS proto_base
LABEL stage=intermediate
WORKDIR /
# Install protoc compiler
Expand All @@ -36,7 +36,7 @@ RUN bash ./crd-generate.sh


# Installs helm by unpacking .tar.gz provided in /third_party of this project.
FROM golang:1.17 AS helm_base
FROM golang:1.22 AS helm_base
LABEL stage=intermediate
# Copy entire repository to image
COPY . /code
Expand Down

0 comments on commit cecc7dd

Please sign in to comment.