Skip to content

Commit

Permalink
Bump turncat version to v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
levaitamas committed Jan 5, 2024
1 parent 6a56771 commit 9f02e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM golang:1.21-alpine as builder

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

0 comments on commit 9f02e40

Please sign in to comment.