Skip to content

Commit

Permalink
build: bump docker image deps (#431)
Browse files Browse the repository at this point in the history
- alpine 3.16.3 -> 3.16.8
- ensure that the release workflow gets the latest Go version, else it might get a not-quite-latest in a tool cache

Co-authored-by: kruskall <99559985+kruskall@users.noreply.github.com>
  • Loading branch information
trentm and kruskall authored Jan 11, 2024
1 parent 76454d2 commit 5fa1c0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5fa1c0b

Please sign in to comment.