From 68902b9d713be9fffaf4395c49fe9fdce65fa259 Mon Sep 17 00:00:00 2001 From: Paul Kuruvilla Date: Sat, 23 Sep 2023 16:15:32 +0100 Subject: [PATCH] Update Go Dockerfile to use golang:1.19-alpine --- compiled_starters/go/Dockerfile | 2 +- solutions/go/01-init/code/Dockerfile | 2 +- starter_templates/go/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compiled_starters/go/Dockerfile b/compiled_starters/go/Dockerfile index 63e5ee5..c86b8cf 100644 --- a/compiled_starters/go/Dockerfile +++ b/compiled_starters/go/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.13-alpine +FROM golang:1.19-alpine RUN apk add curl diff --git a/solutions/go/01-init/code/Dockerfile b/solutions/go/01-init/code/Dockerfile index 63e5ee5..c86b8cf 100644 --- a/solutions/go/01-init/code/Dockerfile +++ b/solutions/go/01-init/code/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.13-alpine +FROM golang:1.19-alpine RUN apk add curl diff --git a/starter_templates/go/Dockerfile b/starter_templates/go/Dockerfile index 63e5ee5..c86b8cf 100644 --- a/starter_templates/go/Dockerfile +++ b/starter_templates/go/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.13-alpine +FROM golang:1.19-alpine RUN apk add curl