Skip to content

Commit

Permalink
bump image versions in Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Ashley Davis <[email protected]>
  • Loading branch information
SgtCoDFish committed Nov 16, 2023
1 parent 84de984 commit bfdd9cc
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
@@ -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

Expand All @@ -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

Expand Down

0 comments on commit bfdd9cc

Please sign in to comment.