Skip to content

Commit

Permalink
Update glowing-bear
Browse files Browse the repository at this point in the history
  • Loading branch information
iakat authored Jun 27, 2024
1 parent 2dfebdf commit eade716
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions glowing-bear/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
FROM node:alpine AS builder
WORKDIR /app

ENV GLOWING_BEAR_COMMIT=f39fe804b10b407f00467c8455772e9ce4ba95cf
ENV GLOWING_BEAR_COMMIT=31b020aec0d258629594c8e26eed5cecae9be236

RUN apk add --virtual=.build-deps git openssh && \
git clone https://github.com/iakat/glowing-bear glowing-bear && \
git clone https://github.com/yeiniel/glowing-bear glowing-bear && \
cd glowing-bear && \
git checkout $GLOWING_BEAR_COMMIT && \
npm install && \
npm run build

Expand Down

0 comments on commit eade716

Please sign in to comment.