Skip to content

Commit

Permalink
minor(deps): update alpine docker tag to v3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 11, 2023
1 parent e758a59 commit 130efc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.17 as build
FROM alpine:3.18 as build

# renovate: datasource=github-releases depName=estesp/manifest-tool
ENV MANIFEST_VERSION=2.0.8
Expand All @@ -21,7 +21,7 @@ RUN apk add --no-cache curl && \
esac && \
chmod 755 /tmp/manifest-tool

FROM alpine:3.17
FROM alpine:3.18

RUN apk add --no-cache bash
ENTRYPOINT ["/usr/local/bin/entrypoint"]
Expand Down

0 comments on commit 130efc8

Please sign in to comment.