Skip to content

Commit

Permalink
Merge pull request #202 from lpsm-dev/renovate/alpine-3.x
Browse files Browse the repository at this point in the history
chore(deps): update alpine docker tag to v3.21
  • Loading branch information
lpsm-dev authored Feb 16, 2025
2 parents 31a3ceb + 69fa47e commit 2d125c2
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
COPY . .
RUN CGO_ENABLED=0 go build -o loli ./cmd/loli/main.go

FROM alpine:3.18
FROM alpine:3.21
WORKDIR /app
COPY --from=builder /app/loli ./
ENTRYPOINT [ "/app/loli" ]

0 comments on commit 2d125c2

Please sign in to comment.