Skip to content

Commit

Permalink
Use node:20 for base container
Browse files Browse the repository at this point in the history
  • Loading branch information
darashi committed Mar 8, 2024
1 parent b3fd41c commit c6a3bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dockerfile for https://github.com/dbcls/sparqlist

FROM node:14
FROM node:20

ENV PORT 3000
ENV ADMIN_PASSWORD sparqlist
Expand Down

0 comments on commit c6a3bff

Please sign in to comment.