Skip to content

Commit

Permalink
Bump Docker image versions
Browse files Browse the repository at this point in the history
```improvement developer
The alpine version has been updated to `v3.12.1`.
```
```improvement developer
The Golang version has been updated to `v1.15.5`.
```
  • Loading branch information
rfranzke committed Dec 11, 2020
1 parent daa9198 commit f9fb623
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,5 +1,5 @@
############# builder #############
FROM golang:1.15.0 AS builder
FROM eu.gcr.io/gardener-project/3rd/golang:1.15.5 AS builder

WORKDIR /go/src/github.com/gardener/cloud-provider-gcp
COPY . .
Expand All @@ -9,7 +9,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go install \
./...

############# base #############
FROM alpine:3.12.0 AS base
FROM eu.gcr.io/gardener-project/3rd/alpine:3.12.1 AS base

RUN apk add --update bash curl

Expand Down

0 comments on commit f9fb623

Please sign in to comment.