Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build the testserver binary
# Docker command must be invoked from the project root directory
FROM golang:1.17.13 AS builder
FROM golang:1.17.13@sha256:87262e4a4c7db56158a80a18fefdc4fee5accc41b59cde821e691d05541bbb18 AS builder

ARG TARGETARCH

Expand Down
2 changes: 1 addition & 1 deletion internal/test/vm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20
FROM alpine:3.20@sha256:765942a4039992336de8dd5db680586e1a206607dd06170ff0a37267a9e01958

# this is the toplevel Makefile target to be invoked
# see the contents of 'startup.sh' at the end of this file
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/goccy/go-json/docker-compose.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading