Skip to content

Commit 8445d6a

Browse files
committed
Bump turncat version to v0.18.0
1 parent 67ebca9 commit 8445d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM golang:1.21-alpine as builder
55

66
WORKDIR /app
77
RUN apk add --no-cache git tar wget upx
8-
RUN wget https://github.com/l7mp/stunner/archive/refs/tags/v0.17.0.tar.gz -O stunner.tar.gz \
8+
RUN wget https://github.com/l7mp/stunner/archive/refs/tags/v0.18.0.tar.gz -O stunner.tar.gz \
99
&& tar --strip-components=1 -zxf stunner.tar.gz -C .
1010
RUN apkArch="$(apk --print-arch)"; \
1111
case "$apkArch" in \

0 commit comments

Comments
 (0)