Skip to content

Commit 40f582d

Browse files
authored
Merge pull request #21 from myoung34/master
Bump ecs-gen to 0.5.0
2 parents 5a025bd + 7374464 commit 40f582d

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
@@ -8,7 +8,7 @@ WORKDIR /root/
88
RUN apt-get update && apt-get install -y -q --no-install-recommends curl unzip ca-certificates && apt-get clean
99

1010
# download release of ecs-gen
11-
ENV ECS_GEN_RELEASE 0.4.0
11+
ENV ECS_GEN_RELEASE 0.5.0
1212
RUN curl -OL https://github.com/codesuki/ecs-gen/releases/download/$ECS_GEN_RELEASE/ecs-gen-linux-amd64.zip && unzip ecs-gen-linux-amd64.zip && cp ecs-gen-linux-amd64 /usr/local/bin/ecs-gen
1313

1414
COPY nginx.tmpl nginx.tmpl

0 commit comments

Comments
 (0)