We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b61fb6 commit 746cc0aCopy full SHA for 746cc0a
aws-sam/docker-compose.yaml
@@ -1,7 +1,8 @@
1
version: '3'
2
services:
3
build-environment:
4
- image: golang:1.13
+ image: golang:1.20.0
5
+ platform: linux/amd64
6
volumes:
7
- ../:/go/src/github.com/ccbrown/gggtracker
8
working_dir: /go/src/github.com/ccbrown/gggtracker/aws-sam
@@ -10,6 +11,7 @@ services:
10
11
environment:
12
LD_LIBRARY_PATH: ''
13
image: lambci/lambda:go1.x
14
15
16
17
0 commit comments