diff --git a/examples/full/Dockerfile b/examples/full/Dockerfile index c7b39e4..a0ad813 100644 --- a/examples/full/Dockerfile +++ b/examples/full/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23-alpine as builder +FROM 074509403805.dkr.ecr.eu-west-1.amazonaws.com/docker/library/golang:1.23-alpine as builder RUN apk add --no-cache git openssl diff --git a/examples/minimal/Dockerfile b/examples/minimal/Dockerfile index c7b39e4..a0ad813 100644 --- a/examples/minimal/Dockerfile +++ b/examples/minimal/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23-alpine as builder +FROM 074509403805.dkr.ecr.eu-west-1.amazonaws.com/docker/library/golang:1.23-alpine as builder RUN apk add --no-cache git openssl