We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52dd45e commit c473bcdCopy full SHA for c473bcd
docker/frontend/dev/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:22.16.0-alpine@sha256:fa5f57793a2553cd6d40ef234d8f51c4c1df73284f14acf877e36bb7801d257c AS build
+FROM node:22.16.0-alpine@sha256:41e4389f3d988d2ed55392df4db1420ad048ae53324a8e2b7c6d19508288107e AS build
2
3
WORKDIR /app
4
EXPOSE 3000
docker/frontend/prod/Dockerfile
@@ -1,5 +1,5 @@
# build environment
ARG VERSION=unknown
5
0 commit comments