Skip to content

Commit

Permalink
update circleci to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Essential Randomness committed Feb 20, 2024
1 parent 76e73c1 commit b8a1754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ---- Base Node ----
FROM node:16-alpine AS base
FROM node:20-alpine AS base
RUN apk --no-cache add git
RUN apk --no-cache add bash

Expand Down

0 comments on commit b8a1754

Please sign in to comment.