Skip to content

Commit

Permalink
Merge pull request #99 from Brixel/feature/node-alpine
Browse files Browse the repository at this point in the history
Update builder to default alpine
  • Loading branch information
BerendWouters authored Jan 23, 2024
2 parents d4dda83 + 880af94 commit d3cab75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebApp/doorrequest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### STAGE 1: Build ###

# We label our stage as ‘builder’
FROM node:16-alpine as builder
FROM node:alpine as builder

COPY package.json package-lock.json ./

Expand Down

0 comments on commit d3cab75

Please sign in to comment.