Skip to content

Commit 4af11d1

Browse files
oktalzGopher Bot
authored andcommitted
BUILD/MINOR: bump gopherd version in Dockerfiles
1 parent 6313c6d commit 4af11d1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ COPY /go.sum /src/go.sum
2121
RUN cd /src && go mod download
2222

2323
WORKDIR /src
24-
RUN go install -trimpath -ldflags="-s" github.com/haproxytech/gopherd@v1.0.1
24+
RUN go install -trimpath -ldflags="-s" github.com/haproxytech/gopherd@v1.0.2
2525
COPY / /src
2626

2727
RUN mkdir -p /var/run/vars && \

build/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ FROM golang:1.26-alpine AS builder
1515

1616
RUN apk --no-cache add git openssh
1717
WORKDIR /src
18-
RUN go install -trimpath -ldflags="-s" github.com/haproxytech/gopherd@v1.0.1
18+
RUN go install -trimpath -ldflags="-s" github.com/haproxytech/gopherd@v1.0.2
1919

2020
FROM haproxytech/haproxy-alpine:3.2 AS builder-c
2121
RUN apk add --no-cache build-base gcc musl-dev

0 commit comments

Comments
 (0)