Skip to content

Commit

Permalink
Merge pull request #2 from ZoeyVid/renovate-deps-update-alpine-3.x
Browse files Browse the repository at this point in the history
Update alpine Docker tag to v3.18.5
  • Loading branch information
Zoey2936 authored Dec 1, 2023
2 parents 50fe546 + e350a7b commit b32e85e
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
@@ -1,4 +1,4 @@
FROM alpine:3.18.4
FROM alpine:3.18.5
COPY update.sh /usr/local/bin/update.sh
COPY healthcheck.sh /usr/local/bin/healthcheck.sh
RUN apk add --no-cache ca-certificates tzdata tini curl jq && \
Expand Down

0 comments on commit b32e85e

Please sign in to comment.