Skip to content

Commit

Permalink
Update base image version for js-executor and web-ui docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ikulikov committed Dec 15, 2021
1 parent 06d87f6 commit 45bac37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion msa/js-executor/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
2 changes: 1 addition & 1 deletion msa/web-ui/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down

0 comments on commit 45bac37

Please sign in to comment.