There was an error while loading. Please reload this page.
2 parents 5a025bd + 7374464 commit 40f582dCopy full SHA for 40f582d
Dockerfile
@@ -8,7 +8,7 @@ WORKDIR /root/
8
RUN apt-get update && apt-get install -y -q --no-install-recommends curl unzip ca-certificates && apt-get clean
9
10
# download release of ecs-gen
11
-ENV ECS_GEN_RELEASE 0.4.0
+ENV ECS_GEN_RELEASE 0.5.0
12
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
13
14
COPY nginx.tmpl nginx.tmpl
0 commit comments