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