We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6034ef6 commit 56ba149Copy full SHA for 56ba149
aws-go-fargate/app/Dockerfile
@@ -1,6 +1,6 @@
1
# Start from a Debian image with the latest version of Go installed
2
# and a workspace (GOPATH) configured at /go.
3
-FROM golang@sha256:2b1cbf278ce05a2a310a3d695ebb176420117a8cfcfcc4e5e68a1bef5f6354da
+FROM golang@sha256:44b186e06a8596405ab90557930b2024994045cf20939688809b49af0d245692
4
5
# Copy the local package files to the container's workspace.
6
ADD . /go/src/foo
0 commit comments