Skip to content

Commit

Permalink
Merge pull request #45 from TheDevMinerTV/renovate/alpine-3.x
Browse files Browse the repository at this point in the history
chore(deps): update alpine docker tag to v3.20
  • Loading branch information
TheDevMinerTV authored May 30, 2024
2 parents d2f0bd0 + d9abd71 commit d96787d
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 @@ -7,7 +7,7 @@ RUN go mod download
COPY . .
RUN CGO_ENABLED=0 go build -o /bin/gostatic -ldflags="-w -s"

FROM alpine:3.19 AS runner
FROM alpine:3.20 AS runner
RUN adduser -D -u 1000 app && \
apk add --no-cache mailcap
COPY ./entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit d96787d

Please sign in to comment.