Skip to content

Commit

Permalink
Use node:20 as base image
Browse files Browse the repository at this point in the history
  • Loading branch information
darashi committed Mar 7, 2024
1 parent b6d2be2 commit f1223ba
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 f1223ba

Please sign in to comment.