Skip to content

Commit

Permalink
Update alpine Docker tag to v3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and justinclift committed Dec 14, 2024
1 parent fd0851c commit c9ae781
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
operating_system:
- flavor: "alpine"
# renovate: datasource=docker depName=alpine versioning=docker
OS_VERSION: "3.20"
OS_VERSION: "3.21"
- flavor: "bookworm"
pg_target:
- "12"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG PGTARGET=17

# renovate: datasource=docker depName=alpine versioning=loose
ARG ALPINE_VERSION=3.20
ARG ALPINE_VERSION=3.21

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

0 comments on commit c9ae781

Please sign in to comment.