Skip to content

Commit

Permalink
Update base Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
saaj committed Aug 25, 2024
1 parent 9c0103f commit 83602f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# docker build -t sqliteviz/test -f Dockerfile.test .
#

FROM node:12
FROM node:12.22-buster

RUN set -ex; \
apt update; \
Expand Down
6 changes: 2 additions & 4 deletions lib/sql-js/benchmark/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
FROM node:14-bullseye
FROM node:20.14-bookworm

RUN set -ex; \
echo 'deb http://deb.debian.org/debian unstable main' \
> /etc/apt/sources.list.d/unstable.list; \
apt-get update; \
apt-get install -y -t unstable firefox; \
apt-get install -y firefox-esr; \
apt-get install -y chromium

WORKDIR /tmp/build
Expand Down

0 comments on commit 83602f6

Please sign in to comment.