We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40f746 commit 74cc469Copy full SHA for 74cc469
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.25.4 AS build-env
+FROM golang:1.25.5 AS build-env
2
WORKDIR /usr/local/go/src/github.com/SpectoLabs/hoverfly
3
COPY . /usr/local/go/src/github.com/SpectoLabs/hoverfly
4
@@ -7,7 +7,7 @@ ARG TARGETOS=linux
7
ARG TARGETARCH
8
RUN cd core/cmd/hoverfly \
9
&& CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
10
- go install -ldflags "-s -w"
+ go install -ldflags "-s -w"
11
12
# Final minimal image based on Alpine, without running apk to avoid QEMU trigger issues
13
FROM alpine:3.20
go.mod
@@ -1,6 +1,6 @@
module github.com/SpectoLabs/hoverfly
-go 1.25.4
+go 1.25.5
5
require (
6
github.com/ChrisTrenkamp/xsel v0.9.16
0 commit comments