Skip to content

Commit

Permalink
feat(postgres-init): update docker.io/library/alpine ( 3.19 → 3.20 ) (#…
Browse files Browse the repository at this point in the history
…1030)

* feat(postgres-init): update docker.io/library/alpine ( 3.19 → 3.20 )

* Update latest.sh

---------

Co-authored-by: bot-ross[bot] <98030736+bot-ross[bot]@users.noreply.github.com>
Co-authored-by: Devin Buhl <onedr0p@users.noreply.github.com>
  • Loading branch information
bot-ross[bot] and onedr0p authored May 23, 2024
1 parent ed01518 commit a8fa736
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/postgres-init/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/alpine:3.19
FROM docker.io/library/alpine:3.20

ARG TARGETPLATFORM
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion apps/postgres-init/ci/latest.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
version=$(curl -sX GET "https://pkgs.alpinelinux.org/packages?name=postgresql16-client&branch=v3.19&arch" | grep -oP '(?<=<td class="version">)[^<]*' 2>/dev/null)
version=$(curl -sX GET "https://pkgs.alpinelinux.org/packages?name=postgresql16-client&branch=v3.20&arch" | grep -oP '(?<=<td class="version">)[^<]*' 2>/dev/null)
version="${version%%_*}"
version="${version%%-*}"
printf "%s" "${version}"

0 comments on commit a8fa736

Please sign in to comment.