Skip to content

Commit

Permalink
Merge pull request #227 from rebuy-de/pf-3733-ecr-for-go
Browse files Browse the repository at this point in the history
PF-3733 use ECR cache to Golang images
  • Loading branch information
svenwltr authored Jan 30, 2025
2 parents 84f77ad + f820a3e commit 69cf5d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/full/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 69cf5d1

Please sign in to comment.