Skip to content

Commit

Permalink
chore: typo on base image
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Nov 24, 2023
1 parent 97930f3 commit ee8b37b
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
Expand Up @@ -59,7 +59,7 @@ RUN if [ ! -z "$updateDevices" ]; \
fi

# STEP: 2 (runtime)
FROM 20.10.0-alpine3.18
FROM node:20.10.0-alpine3.18

RUN apk add --no-cache \
libstdc++ \
Expand Down

0 comments on commit ee8b37b

Please sign in to comment.