Skip to content

Commit

Permalink
fix: bash version
Browse files Browse the repository at this point in the history
  • Loading branch information
gi8lino committed May 25, 2023
1 parent c2ce7fd commit 5367053
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
@@ -1,7 +1,7 @@
FROM alpine:3.18.0

# renovate: datasource=repology depName=alpine_3_18/bash versioning=loose
ARG BASH_VERSION=5.2.15-r3
ARG BASH_VERSION=5.2.15-r5

# renovate: datasource=repology depName=alpine_3_18/curl versioning=loose
ARG CURL_VERSION=8.1.1-r0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

alpine linux (3.18.0) with following components:

- bash (5.2.15-r3)
- bash (5.2.15-r5)
- curl (8.1.1-r0)
- gettext (0.21.1-r7)
- jq (1.6-r3)
Expand Down

0 comments on commit 5367053

Please sign in to comment.