Skip to content

Commit

Permalink
Update alpine Docker tag to v3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2022
1 parent 7e5f8a7 commit e5f7b77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /opt/app
COPY . .
RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-s" -o /opt/app -v ./cmd/gitlab-ci-crawler/

FROM alpine:3.16
FROM alpine:3.17
WORKDIR /opt/app
COPY --from=builder /opt/app/gitlab-ci-crawler .
USER 65534
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_release
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16
FROM alpine:3.17
WORKDIR /opt/app
COPY gitlab-ci-crawler /opt/app/gitlab-ci-crawler
USER 65534
Expand Down

0 comments on commit e5f7b77

Please sign in to comment.