Skip to content

Commit 7027a1a

Browse files
author
itsdalmo
committed
Use alpine 3.11 instead of 3.8 (end of support)
1 parent 75e217b commit 7027a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /go/src/github.com/telia-oss/github-pr-resource
44
RUN curl -sL https://taskfile.dev/install.sh | sh
55
RUN ./bin/task build
66

7-
FROM alpine:3.8 as resource
7+
FROM alpine:3.11 as resource
88
COPY --from=builder /go/src/github.com/telia-oss/github-pr-resource/build /opt/resource
99
RUN apk add --update --no-cache \
1010
git \

0 commit comments

Comments
 (0)