chores: bump alpine -> 3.20.1 #196
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ RUN CGO_ENABLED=0 go build -a -o agecem-org -ldflags="-X 'git.agecem.com/agecem/
|
|||
|
||||
# Alpine
|
||||
|
||||
FROM alpine:3.18.4 AS run
|
||||
FROM alpine:3.20.1 AS run
|
||||
|
||||
COPY --from=build /go/src/app/agecem-org /usr/bin/agecem-org
|
||||
|
||||
|
|
Loading…
Reference in a new issue