v2.1.0-beta.1

This commit is contained in:
2023-11-06 23:11:48 +01:00
parent c101479a7b
commit df9744c199
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.0.1
ARG PYBRICKSCODE_TAG=v2.1.0-beta.1
# Build stage
FROM node:${NODE_TAG} AS build-stage