Skip to content

Commit

Permalink
switch to ECR registry
Browse files Browse the repository at this point in the history
  • Loading branch information
mazay committed Oct 15, 2024
1 parent 6f8e5a1 commit 3e9baaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#

FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.23-alpine3.20 AS builder
FROM --platform=${BUILDPLATFORM:-linux/amd64} public.ecr.aws/docker/library/golang:1.23-alpine3.20 AS builder
ARG RELEASE_VERSION=devel
ARG TARGETOS
ARG TARGETARCH
Expand All @@ -32,7 +32,7 @@ COPY *.go ./
# hadolint ignore=DL3059
RUN go build -ldflags "-X github.com/mazay/s3sync-service/service.version=${RELEASE_VERSION}"

FROM alpine:3.20.3
FROM public.ecr.aws/docker/library/alpine:3.20.3
ARG TARGETPLATFORM
LABEL maintainer="Yevgeniy Valeyev <[email protected]>"
# hadolint ignore=DL3018
Expand Down

0 comments on commit 3e9baaa

Please sign in to comment.