diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ef75ae23..3c65f516 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,7 @@ jobs: - uses: actions/setup-go@v5 with: go-version-file: 'go.mod' + check-latest: true - uses: docker/setup-qemu-action@v3 with: platforms: linux/arm64, linux/amd64 diff --git a/Dockerfile b/Dockerfile index 85f4d049..ca35d571 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -# Pin to Alpine 3.16.2 +# Pin to Alpine 3.16.8 # For a complete list of hashes, see: # https://github.com/docker-library/repo-info/tree/master/repos/alpine/remote -FROM --platform=$BUILDPLATFORM alpine@sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b +FROM --platform=$BUILDPLATFORM alpine@sha256:e4cdb7d47b06ba0a062ad2a97a7d154967c8f83934594d9f2bd3efa89292996b ARG EXTENSION_FILE ARG COMMIT_TIMESTAMP COPY ${EXTENSION_FILE} /opt/elastic-apm-extension