bump image versions in Dockerfile

Signed-off-by: Ashley Davis <ashley.davis@venafi.com>
This commit is contained in:
Ashley Davis
2023-11-16 13:04:04 +00:00
parent 84de98442a
commit bfdd9cc565
+2 -2
View File
@@ -1,4 +1,4 @@
FROM golang:1.19-alpine AS build_deps
FROM golang:1.21-alpine3.18 AS build_deps
RUN apk add --no-cache git
@@ -15,7 +15,7 @@ COPY . .
RUN CGO_ENABLED=0 go build -o webhook -ldflags '-w -extldflags "-static"' .
FROM alpine:3.9
FROM alpine:3.18
RUN apk add --no-cache ca-certificates