Skip to content

Commit

Permalink
Merge pull request #27 from lokalise/bump-dependencies
Browse files Browse the repository at this point in the history
Bumped npm packages and Docker node version
  • Loading branch information
andrewi-wd authored Feb 16, 2024
2 parents 863987b + 6096534 commit 6ed165f
Show file tree
Hide file tree
Showing 4 changed files with 693 additions and 1,638 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ---- Base Node ----
FROM node:20.10.0-bookworm-slim as base
FROM node:20.11.1-bookworm-slim as base

RUN set -ex;\
apt-get update -y; \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.10.0-bookworm-slim
FROM node:20.11.1-bookworm-slim

RUN set -ex;\
apt-get update -y; \
Expand Down
Loading

0 comments on commit 6ed165f

Please sign in to comment.