Update base image version for js-executor and web-ui docker builds

This commit is contained in:
Igor Kulikov 2021-12-15 12:56:45 +02:00
parent 06d87f6d6e
commit 45bac3751a
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
# limitations under the License.
#
FROM node:16.13.1-buster-slim
FROM node:16.13.1-bullseye-slim
COPY start-js-executor.sh /tmp/

View File

@ -14,7 +14,7 @@
# limitations under the License.
#
FROM node:16.13.1-buster-slim
FROM node:16.13.1-bullseye-slim
COPY start-web-ui.sh /tmp/