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 7486216 commit 4bb76e1Copy full SHA for 4bb76e1
.devcontainer/docker-compose.yml
@@ -6,7 +6,7 @@ services:
6
context: .
7
dockerfile: Dockerfile
8
args:
9
- VARIANT: 1.18
+ VARIANT: 1.19
10
11
privileged: true
12
cap_add:
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.18.4-alpine3.16 AS builder
+FROM golang:1.19.0-alpine3.16 AS builder
2
3
RUN apk add --no-cache git
4
0 commit comments