mirror of
https://github.com/dragonheim/gagent.git
synced 2025-05-24 01:56:48 -07:00
Updated devcontainer.
This commit is contained in:
parent
685a3eb16a
commit
21a439b105
2 changed files with 19 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.194.3/containers/go/.devcontainer/base.Dockerfile
|
||||
|
||||
# [Choice] Go version: 1, 1.16, 1.17
|
||||
ARG VARIANT="1.20"
|
||||
ARG VARIANT="1.22"
|
||||
FROM mcr.microsoft.com/vscode/devcontainers/go:0-${VARIANT}
|
||||
|
||||
COPY --from=aquasec/trivy:0.38.3 /usr/local/bin/trivy /usr/bin/trivy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue