1
0
mirror of https://github.com/bndw/wifi-card.git synced 2024-12-24 10:06:42 +02:00

Update build image to use lts tag

This commit is contained in:
Henrik Bierbum Bacher 2024-12-16 16:50:24 +01:00 committed by GitHub
parent fbde2cd276
commit 77aa15f609
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM node:18-alpine as builder
FROM node:lts-alpine as builder
WORKDIR /tmp
COPY . .