Skip to content

Commit

Permalink
Upgrade build process
Browse files Browse the repository at this point in the history
  • Loading branch information
ghivert committed Dec 1, 2024
1 parent 8f59c06 commit dfd0913
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=x86_64 ghcr.io/gleam-lang/gleam:v1.4.1-erlang-alpine AS builder
FROM --platform=x86_64 ghcr.io/gleam-lang/gleam:v1.6.2-erlang-alpine AS builder

RUN apk add build-base ca-certificates
RUN mkdir -p /build/backend/src
Expand All @@ -10,7 +10,7 @@ COPY packages /packages

RUN cd /build/backend && gleam export erlang-shipment

FROM --platform=x86_64 ghcr.io/gleam-lang/gleam:v1.4.1-erlang-alpine AS runner
FROM --platform=x86_64 ghcr.io/gleam-lang/gleam:v1.6.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 apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"frontend:dev": "vite",
"frontend:build": "tsc && vite build",
"frontend:build": "vite build",
"frontend:preview": "vite preview"
},
"dependencies": {
Expand Down

0 comments on commit dfd0913

Please sign in to comment.