Skip to content

Commit

Permalink
Merge pull requests #134 #135
Browse files Browse the repository at this point in the history
  • Loading branch information
james-callahan committed Dec 9, 2024
3 parents fec5943 + 79dcc41 + 7b28295 commit eab0082
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:bc1b90c2a8eb0ffb62325e02a85d51031ad3afae15b3df4b6a48b7929b00badb AS builder
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.23-bullseye@sha256:0c1625adb190cfc734a71d8e1350bc73ce29a0a8081849411a155fe5c9aaf302 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.3
toolchain go1.23.4

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

0 comments on commit eab0082

Please sign in to comment.