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 94353ae commit ee6e3aeCopy full SHA for ee6e3ae
Dockerfile
@@ -1,5 +1,5 @@
1
FROM alpine:3.6
2
-ARG API_VERSION="0.2.0"
+ARG API_VERSION="0.2.2"
3
ARG EXEC_FILE_NAME="swagchat-realtime_alpine_amd64"
4
RUN apk --update add tzdata curl \
5
&& curl -LJO https://github.com/fairway-corp/swagchat-realtime/releases/download/v${API_VERSION}/${EXEC_FILE_NAME} \
0 commit comments