diff --git a/integrations/c.Dockerfile b/integrations/c.Dockerfile index 6aaac1c5..9e019555 100644 --- a/integrations/c.Dockerfile +++ b/integrations/c.Dockerfile @@ -1,3 +1,4 @@ +FROM node:22-alpine AS node FROM alpine:3.18 COPY integrations/https-cert/rootCA.pem /root/integration-test.pem diff --git a/integrations/csharp.Dockerfile b/integrations/csharp.Dockerfile index c81b9ced..07ba5e2d 100644 --- a/integrations/csharp.Dockerfile +++ b/integrations/csharp.Dockerfile @@ -1,4 +1,4 @@ -FROM node:20-alpine3.18 AS node +FROM node:22-alpine AS node FROM mcr.microsoft.com/dotnet/sdk:7.0-alpine3.18 COPY integrations/https-cert/rootCA.pem /root/integration-test.pem diff --git a/integrations/go.Dockerfile b/integrations/go.Dockerfile index 721852b9..5b431813 100644 --- a/integrations/go.Dockerfile +++ b/integrations/go.Dockerfile @@ -1,3 +1,4 @@ +FROM node:22-alpine AS node FROM golang:1.20.5-alpine3.18 COPY integrations/https-cert/rootCA.pem /root/integration-test.pem diff --git a/integrations/node.Dockerfile b/integrations/node.Dockerfile index f599f308..db599478 100755 --- a/integrations/node.Dockerfile +++ b/integrations/node.Dockerfile @@ -1,4 +1,4 @@ -FROM node:18-alpine +FROM node:22-alpine COPY integrations/https-cert/rootCA.pem /root/integration-test.pem diff --git a/integrations/php.Dockerfile b/integrations/php.Dockerfile index 1a90f060..01f9c786 100644 --- a/integrations/php.Dockerfile +++ b/integrations/php.Dockerfile @@ -4,6 +4,7 @@ WORKDIR /composer/ # https://packagist.org/packages/guzzlehttp/guzzle RUN composer require guzzlehttp/guzzle +FROM node:22-alpine AS node FROM alpine:3.18 COPY integrations/https-cert/rootCA.pem /root/integration-test.pem diff --git a/integrations/python.Dockerfile b/integrations/python.Dockerfile index 86496570..869a8041 100644 --- a/integrations/python.Dockerfile +++ b/integrations/python.Dockerfile @@ -1,3 +1,4 @@ +FROM node:22-alpine AS node FROM alpine:3.18 COPY integrations/https-cert/rootCA.pem /root/integration-test.pem diff --git a/integrations/shell.Dockerfile b/integrations/shell.Dockerfile index 0d6297b9..17d5940c 100644 --- a/integrations/shell.Dockerfile +++ b/integrations/shell.Dockerfile @@ -1,3 +1,4 @@ +FROM node:22-alpine AS node FROM alpine:3.18 COPY integrations/https-cert/rootCA.pem /root/integration-test.pem