Skip to content

Commit ebf9046

Browse files
Pull from ecr
1 parent 6acedb7 commit ebf9046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25-alpine AS builder
1+
FROM public.ecr.aws/docker/library/golang:1.25-alpine AS builder
22

33
# Install git and ca-certificates
44
RUN apk --no-cache add ca-certificates git tzdata
@@ -18,7 +18,7 @@ COPY . .
1818
# Build the application
1919
RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-s -w" -o /pangolin-cli
2020

21-
FROM alpine:3.23 AS runner
21+
FROM public.ecr.aws/docker/library/alpine:3.23 AS runner
2222

2323
RUN apk --no-cache add ca-certificates tzdata iputils
2424

0 commit comments

Comments
 (0)