Skip to content

Commit

Permalink
Merge pull request #127 from evanofslack/node
Browse files Browse the repository at this point in the history
Tag node alpine base image
  • Loading branch information
evanofslack authored Dec 15, 2023
2 parents bf5f49c + c20d373 commit e21eb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine AS base
FROM node:18-alpine3.18 as base

# 1. Install dependencies only when needed
FROM base AS deps
Expand Down

0 comments on commit e21eb8f

Please sign in to comment.