Skip to content

Commit

Permalink
Bump turncat version to v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
levaitamas committed Oct 15, 2023
1 parent 2af5cf3 commit 1ad27d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
###########
# BUILD
# Build turncat
FROM golang:1.19-alpine as builder
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.15.0.tar.gz -O stunner.tar.gz \
RUN wget https://github.com/l7mp/stunner/archive/refs/tags/v0.16.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 1ad27d6

Please sign in to comment.