Skip to content

Commit

Permalink
removed minor versions from images
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Bessler committed Jul 29, 2024
1 parent de4c779 commit 2498e82
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.22.3-alpine AS build_deps
FROM golang:1.22-alpine 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.20.0
FROM alpine:3.20

RUN apk add --no-cache ca-certificates

Expand Down

0 comments on commit 2498e82

Please sign in to comment.