We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e217b commit 7027a1aCopy full SHA for 7027a1a
Dockerfile
@@ -4,7 +4,7 @@ WORKDIR /go/src/github.com/telia-oss/github-pr-resource
4
RUN curl -sL https://taskfile.dev/install.sh | sh
5
RUN ./bin/task build
6
7
-FROM alpine:3.8 as resource
+FROM alpine:3.11 as resource
8
COPY --from=builder /go/src/github.com/telia-oss/github-pr-resource/build /opt/resource
9
RUN apk add --update --no-cache \
10
git \
0 commit comments