Skip to content

Commit

Permalink
Merge pull request #345 from linzjs/dev-package-upgrades
Browse files Browse the repository at this point in the history
update all dev packages
  • Loading branch information
allanchau authored Mar 10, 2022
2 parents 6074188 + 43d8941 commit ab30976
Show file tree
Hide file tree
Showing 5 changed files with 3,866 additions and 7,853 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM node:8-alpine
FROM node:16.14.0-alpine

# Setup dockerize.
# Keep bash and curl to run the codecov bash script.
ENV DOCKERIZE_VERSION v0.6.0
ENV DOCKERIZE_VERSION v0.6.1
RUN apk add --no-cache bash curl openssl && \
curl -sSL https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz | tar -C /usr/local/bin -xzvf - && \
apk del openssl
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM node:8-alpine
FROM node:16.14.0-alpine

# Setup dockerize.
# Keep bash and curl to run the codecov bash script.
ENV DOCKERIZE_VERSION v0.6.0
ENV DOCKERIZE_VERSION v0.6.1
RUN apk add --no-cache bash curl git openssl && \
curl -sSL https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz | tar -C /usr/local/bin -xzvf - && \
apk del openssl
Expand Down
Loading

0 comments on commit ab30976

Please sign in to comment.