fix dev image

This commit is contained in:
Christopher Bisset 2022-07-27 18:38:39 +10:00
parent bd83f13c99
commit 0d27d8acfb
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ jobs:
echo "::set-output name=VERSION::$(date +%Y.%m.%d)-development"
# setting tags
"::set-output name=TAG::development"
echo "::set-output name=TAG::development"
- name: Checkout Repository
uses: actions/checkout@v2

View file

@ -1,7 +1,7 @@
FROM node:latest
# Arguments
ARG OPENVSCODE_VERSION="1.68.1"
ARG OPENVSCODE_VERSION="1.69.2"
# Volumes
VOLUME /data