fix(deps): pin dependencies
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
FROM cypress/base:22.11.0 as builder
|
||||
FROM cypress/base:22.11.0@sha256:d8168b757f16fa9276f5319909dad171916d4163dbe440a1747f0eaad65f543e as builder
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
@@ -9,7 +9,7 @@ COPY ./ ./
|
||||
RUN yarn run generate && yarn lint
|
||||
#RUN yarn start:ci & yarn wait && yarn test:cypress
|
||||
|
||||
FROM nginx
|
||||
FROM nginx@sha256:28402db69fec7c17e179ea87882667f1e054391138f77ffaf0c3eb388efc3ffb
|
||||
MAINTAINER Joakim Olsson <joakim@unbound.se>
|
||||
|
||||
COPY --from=builder /build/.output/public/ /usr/share/nginx/html/
|
||||
|
||||
Reference in New Issue
Block a user