Skip to content

Commit c9ae781

Browse files
renovate[bot]justinclift
authored andcommitted
Update alpine Docker tag to v3.21
1 parent fd0851c commit c9ae781

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
operating_system:
8383
- flavor: "alpine"
8484
# renovate: datasource=docker depName=alpine versioning=docker
85-
OS_VERSION: "3.20"
85+
OS_VERSION: "3.21"
8686
- flavor: "bookworm"
8787
pg_target:
8888
- "12"

Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG PGTARGET=17
22

33
# renovate: datasource=docker depName=alpine versioning=loose
4-
ARG ALPINE_VERSION=3.20
4+
ARG ALPINE_VERSION=3.21
55

66
### Things we need in all build containers
77
FROM alpine:${ALPINE_VERSION} AS base-build

0 commit comments

Comments
 (0)