mirror of
https://github.com/dragonheim/gagent.git
synced 2025-04-26 09:18:58 -07:00
Updating versions.
This commit is contained in:
parent
c677d30cf5
commit
316ea1afa6
4 changed files with 7 additions and 6 deletions
|
@ -1,10 +1,11 @@
|
|||
# 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.18"
|
||||
ARG VARIANT="1.19"
|
||||
FROM mcr.microsoft.com/vscode/devcontainers/go:0-${VARIANT}
|
||||
|
||||
COPY --from=aquasec/trivy:0.25.4 /usr/local/bin/trivy /usr/bin/trivy
|
||||
COPY --from=aquasec/trivy:0.32.1 /usr/local/bin/trivy /usr/bin/trivy
|
||||
COPY --from=securego/gosec:2.13.1 /bin/gosec /usr/bin/gosec
|
||||
|
||||
# [Choice] Node.js version: none, lts/*, 16, 14, 12, 10
|
||||
ARG NODE_VERSION="none"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue