Browse Source

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

pull/5730/head
Igor Kulikov 5 years ago
parent
commit
45bac3751a
  1. 2
      msa/js-executor/docker/Dockerfile
  2. 2
      msa/web-ui/docker/Dockerfile

2
msa/js-executor/docker/Dockerfile

@ -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/

2
msa/web-ui/docker/Dockerfile

@ -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/

Loading…
Cancel
Save