Skip to content

Commit

Permalink
Updated Dockerfile to use AWS Public ECR and updated version of Golan…
Browse files Browse the repository at this point in the history
…g Alpine image
  • Loading branch information
hspencer77 committed Oct 24, 2023
1 parent 4ee5565 commit 91c23d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bitnami/golang:1.20 as builder
FROM public.ecr.aws/bitnami/golang:1.20.10 as builder

ARG VERSION
ARG BUILD_TIME
Expand Down

0 comments on commit 91c23d8

Please sign in to comment.