Skip to content

Commit

Permalink
Merge pull requests #127 #130
Browse files Browse the repository at this point in the history
  • Loading branch information
james-callahan committed Nov 19, 2024
3 parents e13ae2d + f99b3d4 + b79562e commit df96359
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:ebaf58d74f200c27dce0181203a1347e41b5c159c9aa0517a95bec594aabbde4 AS builder
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.23-bullseye@sha256:bc1b90c2a8eb0ffb62325e02a85d51031ad3afae15b3df4b6a48b7929b00badb 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.2
toolchain go1.23.3

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

0 comments on commit df96359

Please sign in to comment.