Skip to content

Commit 5fa1c0b

Browse files
trentmkruskall
andauthored
build: bump docker image deps (#431)
- 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 <[email protected]>
1 parent 76454d2 commit 5fa1c0b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- uses: actions/setup-go@v5
2525
with:
2626
go-version-file: 'go.mod'
27+
check-latest: true
2728
- uses: docker/setup-qemu-action@v3
2829
with:
2930
platforms: linux/arm64, linux/amd64

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Pin to Alpine 3.16.2
1+
# Pin to Alpine 3.16.8
22
# For a complete list of hashes, see:
33
# https://github.com/docker-library/repo-info/tree/master/repos/alpine/remote
4-
FROM --platform=$BUILDPLATFORM alpine@sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b
4+
FROM --platform=$BUILDPLATFORM alpine@sha256:e4cdb7d47b06ba0a062ad2a97a7d154967c8f83934594d9f2bd3efa89292996b
55
ARG EXTENSION_FILE
66
ARG COMMIT_TIMESTAMP
77
COPY ${EXTENSION_FILE} /opt/elastic-apm-extension

0 commit comments

Comments
 (0)