Skip to content

Commit

Permalink
Remove reliance on unmaintained upstream image
Browse files Browse the repository at this point in the history
This is a patch measure before this action will be better optimized
  • Loading branch information
WyriHaximus committed Sep 19, 2024
1 parent 6df73b0 commit 9fc691a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
FROM wyrihaximusnet/github-actions-alpine:3
FROM alpine:3

# hadolint ignore=DL3018
RUN apk add --no-cache curl bash git jq

RUN mkdir /workdir
WORKDIR /workdir

COPY entrypoint.sh /workdir/entrypoint.sh

Expand Down

0 comments on commit 9fc691a

Please sign in to comment.