Skip to content

Commit

Permalink
feat: update tools to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiola committed May 9, 2024
1 parent 05b0657 commit 5651103
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
params:
- tag: "1.21"
build_args: |
GO_VERSION=1.21.9
GO_CHECKSUM=f76194c2dc607e0df4ed2e7b825b5847cb37e34fc70d780e2f6c7e805634a7ea
GO_CHECKSUM_ARM=4d169d9cf3dde1692b81c0fd9484fa28d8bc98f672d06bf9db9c75ada73c5fbc
GO_VERSION=1.21.10
GO_CHECKSUM=8920ea521bad8f6b7bc377b4824982e011c19af27df88a815e3586ea895f1b36
GO_CHECKSUM_ARM=6c33e52a5b26e7aa021b94475587fce80043a727a54ceb0eee2f9fc160646434
- tag: "1.22"
build_args: ""
with:
Expand Down
6 changes: 3 additions & 3 deletions containers/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ ARG COSIGN_CHECKSUM=97a6a1e15668a75fc4ff7a4dc4cb2f098f929cbea2f12faa9de31db6b42b
ARG COSIGN_CHECKSUM_ARM=658087351e1d4f9c396b5f59ee5437461c06128f4ce80ba899ccaa1c0b6a8a62

# https://github.com/anchore/syft/releases
ARG SYFT_VERSION=1.2.0
ARG SYFT_CHECKSUM=f56d63f6be18b12b6aff1222f5c9bcfe739b7d167165ed784151bb38e6c49bb2
ARG SYFT_CHECKSUM_ARM=5699156ca5e568dad326605e2cb8a24774cd87ab858ac8fc438b8028e13c9d89
ARG SYFT_VERSION=1.3.0
ARG SYFT_CHECKSUM=9124b3e75b7d0beebcf9dbfd12d9e13e92a1951c7a9fb74100db08f379e49ea4
ARG SYFT_CHECKSUM_ARM=2bdd6ddd32b4947cea7a4f1e90e769a27e8e0dd2ad6ef3b29e48b57fc43090c6

USER root

Expand Down
2 changes: 1 addition & 1 deletion containers/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM docker.io/curlimages/curl:8.7.1@sha256:25d29daeb9b14b89e2fa8cc17c70e4b188bc
ARG TARGETARCH

# https://download.docker.com/linux/static/stable/
ARG DOCKER_VERSION=26.0.2
ARG DOCKER_VERSION=26.1.1

# https://github.com/docker/buildx/releases
ARG BUILDX_VERSION=v0.14.0
Expand Down
12 changes: 6 additions & 6 deletions containers/go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ FROM docker.io/curlimages/curl:8.7.1@sha256:25d29daeb9b14b89e2fa8cc17c70e4b188bc
ARG TARGETARCH

# https://go.dev/dl
ARG GO_VERSION=1.22.2
ARG GO_CHECKSUM=5901c52b7a78002aeff14a21f93e0f064f74ce1360fce51c6ee68cd471216a17
ARG GO_CHECKSUM_ARM=36e720b2d564980c162a48c7e97da2e407dfcc4239e1e58d98082dfa2486a0c1
ARG GO_VERSION=1.22.3
ARG GO_CHECKSUM=8920ea521bad8f6b7bc377b4824982e011c19af27df88a815e3586ea895f1b36
ARG GO_CHECKSUM_ARM=6c33e52a5b26e7aa021b94475587fce80043a727a54ceb0eee2f9fc160646434

# https://github.com/golangci/golangci-lint/releases
ARG GOLANGCI_VERSION=1.57.2
ARG LINT_CHECKSUM=391483daa5d58d037832ba2fac709fdb5df0c67471c0d7698d1f67cbfa5f10f0
ARG LINT_CHECKSUM_ARM=9e079e19b3d81e357d2acc90518c6a86a533e26a74af1e5eadf8dfcd640b66ee
ARG GOLANGCI_VERSION=1.58.1
ARG LINT_CHECKSUM=2e7c1b2af70ecb7ce18da79a3951db7046dcb709566c018fb93c61e8733b2239
ARG LINT_CHECKSUM_ARM=e78f55156ef7f8bd4a746aa695c6bd299dc0aa71b91ec066680d2c59e443708b

# https://github.com/goreleaser/goreleaser/releases
ARG GORELEASER_VERSION=v1.25.1
Expand Down
6 changes: 3 additions & 3 deletions containers/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ FROM docker.io/curlimages/curl:8.7.1@sha256:25d29daeb9b14b89e2fa8cc17c70e4b188bc
ARG TARGETARCH

# https://nodejs.org/download/release
ARG NODE_VERSION=v20.12.2
ARG NODE_CHECKSUM=595272130310cbe12301430756f23d153f7ab95d00174c02adc11a2e3703d183
ARG NODE_CHECKSUM_ARM=b5fc7983fb9506b8c3de53dfa85ff63f9f49cedc94984e29e4c89328536ba4b9
ARG NODE_VERSION=v20.13.0
ARG NODE_CHECKSUM=a58d5d99b4ccf95d966dd1e3d3a560f4686e3e1e4f7331258860d429f13fc7eb
ARG NODE_CHECKSUM_ARM=44abc8a22d723fd0946b18c6339016a8882eb850e8fc26ea4f470de9545be778

USER root

Expand Down
8 changes: 4 additions & 4 deletions containers/sysdig/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ FROM docker.io/curlimages/curl:8.7.1@sha256:25d29daeb9b14b89e2fa8cc17c70e4b188bc
ARG TARGETARCH

# https://download.docker.com/linux/static/stable/
ARG DOCKER_VERSION=26.0.2
ARG DOCKER_VERSION=26.1.1

# https://github.com/oras-project/oras/releases
ARG ORAS_VERSION=1.1.0
ARG ORAS_CHECKSUM=e09e85323b24ccc8209a1506f142e3d481e6e809018537c6b3db979c891e6ad7
ARG ORAS_CHECKSUM_ARM=e450b081f67f6fda2f16b7046075c67c9a53f3fda92fd20ecc59873b10477ab4

# https://docs.sysdig.com/en/docs/installation/sysdig-secure/install-vulnerability-cli-scanner/
ARG SYSDIG_SCANNER_VERSION=1.9.1
ARG SYSDIG_SCANNER_CHECKSUM=e855168b5e72e0a06ce4758c01bcaa5a5eb3a2376544eac6824bde2b27f92889
ARG SYSDIG_SCANNER_CHECKSUM_ARM=4ca6221f7cb82be6bde49c3ddf5c60e141a7804a3d05975349800c5b1a6cc373
ARG SYSDIG_SCANNER_VERSION=1.9.2
ARG SYSDIG_SCANNER_CHECKSUM=3906684cb0debd93e97249650294345767e58f82f1022263a168b606c3f1bc2a
ARG SYSDIG_SCANNER_CHECKSUM_ARM=104eef1b89ce63179d03860dad19d7e3c1957754f2170bbe27f212dfe3cb3dfa

USER root

Expand Down

0 comments on commit 5651103

Please sign in to comment.