Skip to content

Commit

Permalink
fix(docker-admin-ui): incompatible py3-grpcio version (#1095)
Browse files Browse the repository at this point in the history
  • Loading branch information
iromli authored Jun 12, 2023
1 parent 5981c73 commit 2d35405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-admin-ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:hydrogen-alpine AS builder
FROM node:hydrogen-alpine3.17 AS builder

RUN apk update \
&& apk upgrade --available \
Expand Down Expand Up @@ -34,7 +34,7 @@ RUN cd /opt/flex/admin-ui && npm rebuild node-sass
# Application
# ===========

FROM node:hydrogen-alpine
FROM node:hydrogen-alpine3.17

# ======
# alpine
Expand Down

0 comments on commit 2d35405

Please sign in to comment.