Skip to content

Commit

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

ENV GLOWING_BEAR_COMMIT=31b020aec0d258629594c8e26eed5cecae9be236
ENV GLOWING_BEAR_COMMIT=1c902600559d707262904225932794b5ecea15f8

RUN apk add --virtual=.build-deps git openssh && \
git clone https://github.com/iakat/glowing-bear glowing-bear && \
Expand Down

0 comments on commit 3b7f7f4

Please sign in to comment.