Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed May 23, 2024
1 parent ced176c commit 629e9f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"versioningTemplate": "loose",
"datasourceTemplate": "repology",
"depNameTemplate": "alpine_3_19/{{package}}"
"depNameTemplate": "alpine_3_20/{{package}}"
}
],
"packageRules": [
Expand Down
4 changes: 2 additions & 2 deletions example/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ COPY rootfs /

# Setup base
RUN apk add --no-cache \
coreutils=9.4-r2 \
wget=1.21.4-r0
coreutils=9.5-r1 \
wget=1.24.5-r0

# Build arguments
ARG BUILD_ARCH
Expand Down

0 comments on commit 629e9f9

Please sign in to comment.