Skip to content

Commit

Permalink
bump versions, update webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
joemaller committed Jan 13, 2022
1 parent 0a64a2b commit d6aa30f
Show file tree
Hide file tree
Showing 4 changed files with 6,939 additions and 7,091 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# - https://blog.jaimyn.dev/how-to-build-multi-architecture-docker-images-on-an-m1-mac/

# Docker Hub node images: https://hub.docker.com/_/node
FROM node:16.10.0-buster-slim
FROM node:16.13.2-buster-slim
# FROM node:14-buster-slim

LABEL version="0.9.9"
Expand Down Expand Up @@ -53,7 +53,7 @@ RUN apt-get update -qq \
ca-certificates \
curl \
&& rm -rf /var/lib/apt/lists/*
RUN curl -L https://github.com/sass/dart-sass/releases/download/1.42.1/dart-sass-1.42.1-linux-x64.tar.gz > /tmp/dart-sass.tar.gz \
RUN curl -L https://github.com/sass/dart-sass/releases/download/1.47.0/dart-sass-1.47.0-linux-x64.tar.gz > /tmp/dart-sass.tar.gz \
&& tar -C /tmp -xvf /tmp/dart-sass.tar.gz \
&& mv /tmp/dart-sass/sass /usr/local/bin/sass \
&& rm -rf /tmp/dart-sass*
Expand Down
Loading

0 comments on commit d6aa30f

Please sign in to comment.