Skip to content

Commit

Permalink
Update to golang@1.15.9 (gardener#3688)
Browse files Browse the repository at this point in the history
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
  • Loading branch information
ialidzhikov authored and Kristiyan Gostev committed Apr 21, 2022
1 parent e0c710c commit 31656f7
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
@@ -1,6 +1,6 @@
############# builder #############
ARG GCR_PULL_URL=eu.gcr.io/gardener-project/3rd/
FROM ${GCR_PULL_URL}golang:1.15.7 AS builder
FROM ${GCR_PULL_URL}golang:1.15.9 AS builder

WORKDIR /go/src/github.com/gardener/gardener
COPY . .
Expand All @@ -10,7 +10,7 @@ ARG EFFECTIVE_VERSION
RUN make install EFFECTIVE_VERSION=$EFFECTIVE_VERSION

############# base
FROM ${GCR_PULL_URL}alpine:3.12.3 AS base
FROM ${GCR_PULL_URL}alpine:3.13.2 AS base

############# apiserver #############
FROM base AS apiserver
Expand Down

0 comments on commit 31656f7

Please sign in to comment.