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 fd0851c commit c9ae781Copy full SHA for c9ae781
.github/workflows/ci.yml
@@ -82,7 +82,7 @@ jobs:
82
operating_system:
83
- flavor: "alpine"
84
# renovate: datasource=docker depName=alpine versioning=docker
85
- OS_VERSION: "3.20"
+ OS_VERSION: "3.21"
86
- flavor: "bookworm"
87
pg_target:
88
- "12"
Dockerfile.alpine
@@ -1,7 +1,7 @@
1
ARG PGTARGET=17
2
3
# renovate: datasource=docker depName=alpine versioning=loose
4
-ARG ALPINE_VERSION=3.20
+ARG ALPINE_VERSION=3.21
5
6
### Things we need in all build containers
7
FROM alpine:${ALPINE_VERSION} AS base-build
0 commit comments