Skip to content

Commit

Permalink
Merge pull requests #111 #112
Browse files Browse the repository at this point in the history
  • Loading branch information
james-callahan committed Sep 10, 2024
3 parents a5741dc + efa0db8 + ed97697 commit ae55003
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.23-bullseye@sha256:ecef8303ced05b7cd1addf3c8ea98974f9231d4c5a0c230d23b37bb623714a23 AS builder
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.23-bullseye@sha256:45b43371f21ec51276118e6806a22cbb0bca087ddd54c491fdc7149be01035d5 AS builder

ARG SOURCE_DATE_EPOCH
ARG TARGETOS
Expand Down
2 changes: 1 addition & 1 deletion src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/tkhq/ecr-proxy/src

go 1.21

toolchain go1.23.0
toolchain go1.23.1

require (
github.com/aws/aws-sdk-go-v2 v1.30.4
Expand Down

0 comments on commit ae55003

Please sign in to comment.