v2.1.0-beta.2

This commit is contained in:
2023-11-06 23:12:40 +01:00
parent df9744c199
commit afe73ec179
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Arguments
ARG NODE_TAG=16.13.1
ARG PYBRICKSCODE_TAG=v2.1.0-beta.1
ARG PYBRICKSCODE_TAG=v2.1.0-beta.2
# Build stage
FROM node:${NODE_TAG} AS build-stage