Skip to content

Commit

Permalink
Merge pull requests #116 #118
Browse files Browse the repository at this point in the history
  • Loading branch information
james-callahan committed Oct 3, 2024
3 parents 420154d + f84dbc2 + 2ebbc18 commit 390ea7a
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:45b43371f21ec51276118e6806a22cbb0bca087ddd54c491fdc7149be01035d5 AS builder
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.23-bullseye@sha256:ebaf58d74f200c27dce0181203a1347e41b5c159c9aa0517a95bec594aabbde4 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.1
toolchain go1.23.2

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

0 comments on commit 390ea7a

Please sign in to comment.