From 451f1d266d757c4dc5295b763d538949d53b8aec Mon Sep 17 00:00:00 2001 From: Guillaume Hivert Date: Wed, 24 Jul 2024 01:36:35 +0200 Subject: [PATCH] fix: use @chouqueth/gleam --- Dockerfile | 4 ++-- packages/vitools/package.json | 2 +- yarn.lock | 8 ++++++++ 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5ad78e2..1ac8bc0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,8 @@ COPY packages /packages RUN cd /build/backend && gleam export erlang-shipment -FROM --platform=x86_64 ghcr.io/gleam-lang/gleam:v1.3.2-erlang-alpine as runner -LABEL org.opencontainers.image.source https://github.com/ghivert/gloogle +FROM --platform=x86_64 ghcr.io/gleam-lang/gleam:v1.3.2-erlang-alpine AS runner +LABEL org.opencontainers.image.source=https://github.com/ghivert/gloogle RUN apk add build-base ca-certificates inotify-tools diff --git a/packages/vitools/package.json b/packages/vitools/package.json index 4b367da..8264498 100644 --- a/packages/vitools/package.json +++ b/packages/vitools/package.json @@ -2,6 +2,6 @@ "name": "vitools", "packageManager": "yarn@4.3.1", "devDependencies": { - "@chouqueth/gleam": "^1.2.1" + "@chouqueth/gleam": "^1.3.2" } } diff --git a/yarn.lock b/yarn.lock index 9c41780..692f571 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4876,6 +4876,14 @@ __metadata: languageName: node linkType: hard +"vitools@workspace:packages/vitools": + version: 0.0.0-use.local + resolution: "vitools@workspace:packages/vitools" + dependencies: + "@chouqueth/gleam": "npm:^1.3.2" + languageName: unknown + linkType: soft + "webidl-conversions@npm:^3.0.0": version: 3.0.1 resolution: "webidl-conversions@npm:3.0.1"