Skip to content

Commit

Permalink
minor(deps): update ghcr.io/dockhippie/alpine docker tag to v3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 23, 2024
1 parent 09d87cd commit 1561dd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/alpine:3.19 as build
FROM ghcr.io/dockhippie/alpine:3.20 as build

# renovate: datasource=github-releases depName=koalaman/shellcheck
ENV SHELLCHECK_VERSION=0.9.0
Expand All @@ -19,7 +19,7 @@ RUN apk add -U xz && \
*) echo >&2 "error: unsupported architecture '${TARGETARCH}'"; exit 1 ;; \
esac

FROM ghcr.io/dockhippie/alpine:3.19
FROM ghcr.io/dockhippie/alpine:3.20
ENTRYPOINT [""]

RUN apk update && \
Expand Down

0 comments on commit 1561dd9

Please sign in to comment.