Compare commits

...

2 commits

Author SHA1 Message Date
ee64267e5a standardnotes-web: Update 2022-11-21 21:01:33 -05:00
6f8d73c945 element-web: update 2022-11-21 20:48:08 -05:00
2 changed files with 2 additions and 2 deletions

View file

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

View file

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