We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24bdef commit e1fd5a2Copy full SHA for e1fd5a2
.github/workflows/ci.yml
@@ -86,7 +86,7 @@ jobs:
86
operating_system:
87
- flavor: "alpine"
88
# renovate: datasource=docker depName=alpine versioning=docker
89
- OS_VERSION: "3.22"
+ OS_VERSION: "3.23"
90
alias: "alpine"
91
- flavor: "trixie"
92
alias: "debian"
Dockerfile.alpine
@@ -2,7 +2,7 @@
2
ARG PGTARGET=18.0
3
4
# renovate: datasource=docker depName=alpine versioning=loose
5
-ARG ALPINE_VERSION=3.22
+ARG ALPINE_VERSION=3.23
6
7
### Things we need in all build containers
8
FROM alpine:${ALPINE_VERSION} AS base-build
0 commit comments