Compare commits

...

2 commits

Author SHA1 Message Date
7f3de6a004 standardnotes-web: uprev 2023-10-03 22:03:05 -04:00
190bb3a299 bump element-web 2023-09-27 21:39:41 -04:00
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
ARG ELEMENT_VER=v1.11.30
ARG ELEMENT_VER=v1.11.44
FROM debian:11 AS builder

View file

@ -1,6 +1,6 @@
FROM node:16-alpine AS builder
ARG SN_TAG=@standardnotes/web@3.165.12
ARG SN_TAG=@standardnotes/web@3.173.23
RUN apk add git