mirror of
https://github.com/parkan/go-hauk.git
synced 2026-06-22 19:27:46 +02:00
Merge pull request #9 from parkan/dependabot/docker/alpine-3.23
Bump alpine from 3.19 to 3.23
This commit is contained in:
@@ -5,7 +5,7 @@ RUN go mod download
|
||||
COPY . .
|
||||
RUN CGO_ENABLED=0 go build -ldflags="-s -w" -o hauk .
|
||||
|
||||
FROM alpine:3.19
|
||||
FROM alpine:3.23
|
||||
RUN apk add --no-cache ca-certificates
|
||||
COPY --from=builder /app/hauk /usr/local/bin/
|
||||
EXPOSE 8080
|
||||
|
||||
Reference in New Issue
Block a user