Skip to content

Commit

Permalink
[fix]: [CI-9254]: upgrade docker base image to 1.21 from 1.20 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhay084 authored Oct 11, 2023
1 parent 5890b8a commit 9e7d197
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.linux.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20-alpine3.17 AS builder
FROM golang:1.21-alpine3.18 AS builder
RUN apk add --update --no-cache ca-certificates tzdata && update-ca-certificates

FROM scratch as runner
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.linux.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20-alpine3.17 AS builder
FROM golang:1.21-alpine3.18 AS builder
RUN apk add --update --no-cache ca-certificates tzdata && update-ca-certificates

FROM scratch as runner
Expand Down

0 comments on commit 9e7d197

Please sign in to comment.