We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5457b3 commit 9c43ef2Copy full SHA for 9c43ef2
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:cd0c949a4709ef70a8dad14274f09bd07b25542de5a1c4812f217087737efd17
4
5
# Copy the local package files to the container's workspace.
6
ADD . /go/src/foo
0 commit comments