Skip to content

Commit ee6e3ae

Browse files
author
betchi
committed
vup v0.2.2
1 parent 94353ae commit ee6e3ae

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
@@ -1,5 +1,5 @@
11
FROM alpine:3.6
2-
ARG API_VERSION="0.2.0"
2+
ARG API_VERSION="0.2.2"
33
ARG EXEC_FILE_NAME="swagchat-realtime_alpine_amd64"
44
RUN apk --update add tzdata curl \
55
&& curl -LJO https://github.com/fairway-corp/swagchat-realtime/releases/download/v${API_VERSION}/${EXEC_FILE_NAME} \

0 commit comments

Comments
 (0)