Skip to content

Commit

Permalink
images updated
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu-kun committed May 9, 2022
1 parent 9be4f1f commit 437fac8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .ci/pipeline_definitions
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ machine-controller-manager-provider-alicloud:
image: 'eu.gcr.io/gardener-project/gardener/machine-controller-manager-provider-alicloud'
steps:
check:
image: 'golang:1.17.5'
image: 'golang:1.17.9'
build:
image: 'golang:1.17.5'
image: 'golang:1.17.9'
output_dir: 'binary'
test:
image: 'golang:1.17.5'
image: 'golang:1.17.9'
jobs:
head-update:
traits:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
############# builder #############
FROM golang:1.17.5 AS builder
FROM golang:1.17.9 AS builder

WORKDIR /go/src/github.com/gardener/machine-controller-manager-provider-alicloud
COPY . .

RUN .ci/build

############# base #############
FROM alpine:3.15.0 as base
FROM alpine:3.15.4 as base

RUN apk add --update bash curl tzdata
WORKDIR /
Expand Down

0 comments on commit 437fac8

Please sign in to comment.