chore(deps): use full semver docker tag for node images (#10613)

* chore: use full semver docker tag for node images

* Update server/Dockerfile

Co-authored-by: bo0tzz <git@bo0tzz.me>

---------

Co-authored-by: bo0tzz <git@bo0tzz.me>
This commit is contained in:
Jason Rasmussen 2024-06-25 07:12:27 -04:00 committed by GitHub
parent 54d1dc56a2
commit 330648ff44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 13 deletions

View file

@ -1,4 +1,4 @@
FROM node:iron-alpine3.18@sha256:53108f67824964a573ea435fed258f6cee4d88343e9859a99d356883e71b490c
FROM node:20.13.1-alpine3.18
RUN apk add --no-cache tini
USER node