diff --git a/compiled_starters/go/Dockerfile b/compiled_starters/go/Dockerfile index 0d800a3..576f3b4 100644 --- a/compiled_starters/go/Dockerfile +++ b/compiled_starters/go/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19-alpine +FROM golang:1.22-alpine RUN apk add --no-cache 'curl>=7.66' diff --git a/compiled_starters/python/Dockerfile b/compiled_starters/python/Dockerfile index fba1893..33f1cf4 100644 --- a/compiled_starters/python/Dockerfile +++ b/compiled_starters/python/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-alpine +FROM python:3.12-alpine RUN apk add --no-cache 'curl>=7.66' diff --git a/compiled_starters/rust/Dockerfile b/compiled_starters/rust/Dockerfile index 226c5e5..6bf967b 100644 --- a/compiled_starters/rust/Dockerfile +++ b/compiled_starters/rust/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.62-buster +FROM rust:1.77-buster # Download docker-explorer ARG docker_explorer_version=v18 diff --git a/solutions/go/01-init/code/Dockerfile b/solutions/go/01-init/code/Dockerfile index 0d800a3..576f3b4 100644 --- a/solutions/go/01-init/code/Dockerfile +++ b/solutions/go/01-init/code/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19-alpine +FROM golang:1.22-alpine RUN apk add --no-cache 'curl>=7.66' diff --git a/solutions/python/01-init/code/Dockerfile b/solutions/python/01-init/code/Dockerfile index fba1893..33f1cf4 100644 --- a/solutions/python/01-init/code/Dockerfile +++ b/solutions/python/01-init/code/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-alpine +FROM python:3.12-alpine RUN apk add --no-cache 'curl>=7.66' diff --git a/solutions/rust/01-init/code/Dockerfile b/solutions/rust/01-init/code/Dockerfile index 226c5e5..6bf967b 100644 --- a/solutions/rust/01-init/code/Dockerfile +++ b/solutions/rust/01-init/code/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.62-buster +FROM rust:1.77-buster # Download docker-explorer ARG docker_explorer_version=v18 diff --git a/starter_templates/go/Dockerfile b/starter_templates/go/Dockerfile index 0d800a3..576f3b4 100644 --- a/starter_templates/go/Dockerfile +++ b/starter_templates/go/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19-alpine +FROM golang:1.22-alpine RUN apk add --no-cache 'curl>=7.66' diff --git a/starter_templates/python/Dockerfile b/starter_templates/python/Dockerfile index fba1893..33f1cf4 100644 --- a/starter_templates/python/Dockerfile +++ b/starter_templates/python/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-alpine +FROM python:3.12-alpine RUN apk add --no-cache 'curl>=7.66' diff --git a/starter_templates/rust/Dockerfile b/starter_templates/rust/Dockerfile index 226c5e5..6bf967b 100644 --- a/starter_templates/rust/Dockerfile +++ b/starter_templates/rust/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.62-buster +FROM rust:1.77-buster # Download docker-explorer ARG docker_explorer_version=v18