Skip to content

Commit

Permalink
feat(container): update image docker.io/alpine to v3.17
Browse files Browse the repository at this point in the history
| datasource | package          | from | to   |
| ---------- | ---------------- | ---- | ---- |
| docker     | docker.io/alpine | 3.16 | 3.17 |
  • Loading branch information
chii-bot[bot] committed Nov 16, 2022
1 parent ad6dd3b commit d63c6d7
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 @@ -37,7 +37,7 @@ RUN \
&& \
chmod +x hajimari

FROM docker.io/alpine:3.16
FROM docker.io/alpine:3.17

RUN \
apk add --no-cache \
Expand Down

0 comments on commit d63c6d7

Please sign in to comment.