Skip to content

Commit

Permalink
Update to golang 1.19.5, alpine 3.15.7 (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-s-rao authored Feb 15, 2023
1 parent 2d47113 commit 9a8bdad
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 @@ -42,13 +42,13 @@ etcd-backup-restore:
build: ~
steps:
check:
image: 'golang:1.19.3'
image: 'golang:1.19.5'
unit_test:
image: 'golang:1.19.3'
image: 'golang:1.19.5'
integration_test:
image: 'eu.gcr.io/gardener-project/gardener/testmachinery/base-step:stable'
build:
image: 'golang:1.19.3'
image: 'golang:1.19.5'
output_dir: 'binary'

jobs:
Expand Down
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.19.3 as builder
FROM golang:1.19.5 as builder

WORKDIR /go/src/github.com/gardener/backup-restore
COPY . .

RUN make build

FROM alpine:3.15.6
FROM alpine:3.15.7

RUN apk add --update bash curl

Expand Down

0 comments on commit 9a8bdad

Please sign in to comment.