Skip to content

Commit

Permalink
ci: docker builder use node:22.
Browse files Browse the repository at this point in the history
  • Loading branch information
riccox committed Oct 10, 2024
1 parent 4b87234 commit dc90ce3
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,4 +1,4 @@
FROM node:18-slim AS build
FROM node:22 AS build

# Setting working directory.
WORKDIR /opt/meilisearch-ui
Expand Down

0 comments on commit dc90ce3

Please sign in to comment.