Skip to content

Commit

Permalink
fix: use @chouqueth/gleam
Browse files Browse the repository at this point in the history
  • Loading branch information
ghivert committed Jul 23, 2024
1 parent e5538e7 commit 451f1d2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/vitools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "vitools",
"packageManager": "[email protected]",
"devDependencies": {
"@chouqueth/gleam": "^1.2.1"
"@chouqueth/gleam": "^1.3.2"
}
}
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 451f1d2

Please sign in to comment.