Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
change base image
Browse files Browse the repository at this point in the history
  • Loading branch information
jschicktanz committed Oct 4, 2022
1 parent 99d78bf commit e28aaa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0

#### BUILDER ####
FROM eu.gcr.io/gardener-project/3rd/golang:1.18.4 AS builder
FROM golang:1.18.4 AS builder

WORKDIR /go/src/github.com/gardener/component-cli
COPY . .
Expand Down

0 comments on commit e28aaa5

Please sign in to comment.