Skip to content

Commit

Permalink
Update OS versions of Roswell base image.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukamachi committed Aug 12, 2023
1 parent 865bc4a commit 6876fd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roswell/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ cd `dirname $0`

new_versions=( `curl -s https://api.github.com/repos/roswell/roswell/releases\?per_page\=5 | jq -r '.[] | .tag_name' | sed -e 's/^v//' | grep -v "^$(cat versions | awk -F, '{ printf "\\\\|^%s$", $1 }' | cut -b 4-)" | sort -V` )

debian_image="bullseye-slim"
alpine_image="3.16"
debian_image="bookworm-slim"
alpine_image="3.18"
ubuntu_image="22.04"
libcurl_version="libcurl4-gnutls-dev"

Expand Down

0 comments on commit 6876fd3

Please sign in to comment.