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 67ebca9 commit 8445d6aCopy full SHA for 8445d6a
Dockerfile
@@ -5,7 +5,7 @@ FROM golang:1.21-alpine as builder
5
6
WORKDIR /app
7
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 \
+RUN wget https://github.com/l7mp/stunner/archive/refs/tags/v0.18.0.tar.gz -O stunner.tar.gz \
9
&& tar --strip-components=1 -zxf stunner.tar.gz -C .
10
RUN apkArch="$(apk --print-arch)"; \
11
case "$apkArch" in \
0 commit comments