Skip to content

Commit

Permalink
using node 18 in github test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
orangecoding committed Jan 1, 2024
1 parent 1a3fc6f commit 50b3fde
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,5 +1,5 @@
# syntax=docker/dockerfile:1.3
FROM node:16-alpine AS builder
FROM node:18-alpine AS builder
COPY --chown=1000:1000 . /fredy
WORKDIR /fredy
USER 1000
Expand Down

0 comments on commit 50b3fde

Please sign in to comment.