Skip to content

Commit

Permalink
release: v1.71.0 (#39)
Browse files Browse the repository at this point in the history
likec4 version: 1.8.0
playwright version: 1.46.1
  • Loading branch information
davydkov authored Aug 28, 2024
2 parents ef7d68b + 978ffa3 commit 9136581
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,17 @@ RUN yarn build

# Run Stage

FROM mcr.microsoft.com/playwright:v1.46.0-jammy AS runner
FROM mcr.microsoft.com/playwright:v1.46.1-jammy AS runner

ARG LIKEC4_VER=1.7.4
RUN apt-get update \
&& apt-get install -y graphviz \
&& rm -rf /var/lib/apt/lists/*

ENV NODE_ENV=production

RUN npm install -g likec4@${LIKEC4_VER} \
&& apt-get update \
&& apt-get install -y graphviz \
&& rm -rf /var/lib/apt/lists/*
ARG LIKEC4_VER=1.8.0

RUN npm install -g likec4@${LIKEC4_VER}

COPY --from=builder /likec4-action/dist /likec4-action

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ inputs:

runs:
using: docker
image: docker://ghcr.io/likec4/actions:v1.70.5
image: docker://ghcr.io/likec4/actions:v1.71.0

branding:
icon: image
Expand Down

0 comments on commit 9136581

Please sign in to comment.