From 6b0da18f35e1c4f0b6e94cf8810ecb8577ec3795 Mon Sep 17 00:00:00 2001 From: Olivier ORAND Date: Tue, 19 Dec 2023 10:27:48 +0000 Subject: [PATCH] Bump to alpine 3.19 everywhere --- cf-cli/Dockerfile | 2 +- cf-uaac/Dockerfile | 2 +- curl-ssl/curl-ssl_spec.rb | 2 +- json-minify/Dockerfile | 2 +- node/Dockerfile | 2 +- psql/psql_spec.rb | 2 +- ruby-base/Dockerfile | 2 +- spruce/spruce_spec.rb | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cf-cli/Dockerfile b/cf-cli/Dockerfile index c9ba185f..a05aaecb 100644 --- a/cf-cli/Dockerfile +++ b/cf-cli/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.1-alpine3.18 +FROM ruby:3.1-alpine3.19 ENV PACKAGES "unzip curl openssl ca-certificates git libc6-compat bash jq gettext make" # renovate: datasource=github-releases depName=cloudfoundry/cli diff --git a/cf-uaac/Dockerfile b/cf-uaac/Dockerfile index 2c67361f..e860d306 100644 --- a/cf-uaac/Dockerfile +++ b/cf-uaac/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.1-alpine3.18 +FROM ruby:3.1-alpine3.19 RUN apk add --no-cache musl-dev gcc make g++ diff --git a/curl-ssl/curl-ssl_spec.rb b/curl-ssl/curl-ssl_spec.rb index a6cc027a..5b102aca 100644 --- a/curl-ssl/curl-ssl_spec.rb +++ b/curl-ssl/curl-ssl_spec.rb @@ -12,7 +12,7 @@ end it 'installs the right version of Alpine' do - expect(os_version).to include('Alpine Linux 3.18') + expect(os_version).to include('Alpine Linux 3.19') end def os_version diff --git a/json-minify/Dockerfile b/json-minify/Dockerfile index 0b125876..a22cdc72 100644 --- a/json-minify/Dockerfile +++ b/json-minify/Dockerfile @@ -1,3 +1,3 @@ -FROM ruby:3.1-alpine3.18 +FROM ruby:3.1-alpine3.19 RUN gem install json-minify -v 0.0.2 --no-document diff --git a/node/Dockerfile b/node/Dockerfile index 833a85a4..ff68d703 100644 --- a/node/Dockerfile +++ b/node/Dockerfile @@ -1 +1 @@ -FROM node:lts-alpine3.18 +FROM node:lts-alpine3.19 diff --git a/psql/psql_spec.rb b/psql/psql_spec.rb index 20bea148..0cff232d 100644 --- a/psql/psql_spec.rb +++ b/psql/psql_spec.rb @@ -3,7 +3,7 @@ require 'serverspec' PSQL_PACKAGE = 'postgresql-client' -ALPINE_VERSION = "3.18" +ALPINE_VERSION = "3.19" describe "psql image" do before(:all) { diff --git a/ruby-base/Dockerfile b/ruby-base/Dockerfile index 1045c24d..b3e57acd 100644 --- a/ruby-base/Dockerfile +++ b/ruby-base/Dockerfile @@ -1 +1 @@ -FROM ruby:3.1-alpine3.18 +FROM ruby:3.1-alpine3.19 diff --git a/spruce/spruce_spec.rb b/spruce/spruce_spec.rb index 5d50558e..629ebc33 100644 --- a/spruce/spruce_spec.rb +++ b/spruce/spruce_spec.rb @@ -4,7 +4,7 @@ SPRUCE_BIN = "/usr/local/bin/spruce" SPRUCE_VERSION = "1.30.2" -ALPINE_VERSION = "3.18" +ALPINE_VERSION = "3.19" describe "spruce image" do before(:all) {