Skip to content

Commit

Permalink
Update alpine to v3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
arbourd committed Apr 8, 2021
1 parent 6bbe7fb commit e38d8b2
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
Expand Up @@ -15,7 +15,7 @@ RUN go build -o /check github.com/arbourd/concourse-slack-alert-resource/check
RUN go build -o /in github.com/arbourd/concourse-slack-alert-resource/in
RUN go build -o /out github.com/arbourd/concourse-slack-alert-resource/out

FROM alpine:3.12
FROM alpine:3.13
RUN apk add --no-cache ca-certificates

COPY --from=build /check /opt/resource/check
Expand Down

0 comments on commit e38d8b2

Please sign in to comment.