Skip to content

Commit

Permalink
update golang base images (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Schrodi authored Jun 24, 2021
1 parent 9224882 commit ddefb0d
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 @@ -13,7 +13,7 @@
# limitations under the License.

############# builder #############
FROM golang:1.16.2 AS builder
FROM golang:1.16.5 AS builder

WORKDIR /go/src/github.com/gardener/test-infra
COPY . .
Expand Down Expand Up @@ -43,7 +43,7 @@ WORKDIR /
ENTRYPOINT ["/telemetry-controller"]

############# tm-base-step #############
FROM golang:1.15-alpine3.13 AS base-step
FROM golang:1.16-alpine3.14 AS base-step

ENV HELM_TILLER_VERSION=v2.13.0
ENV KUBECTL_VERSION=v1.19.7
Expand Down

0 comments on commit ddefb0d

Please sign in to comment.