Skip to content

Commit

Permalink
use valid alpine image
Browse files Browse the repository at this point in the history
  • Loading branch information
CCOLLOT committed Oct 21, 2023
1 parent d6f6102 commit c2a5b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN go mod download
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -o /app/appnametochange


FROM alpine:3.19 AS final-stage
FROM alpine:3.18.4 AS final-stage
RUN apk add --update --no-cache ca-certificates
RUN addgroup -S appuser && appuser -u 1000 -S appuser -G appuser
USER 1000
Expand Down

0 comments on commit c2a5b5f

Please sign in to comment.