Skip to content

Commit

Permalink
bump frontend images (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
ieaves committed Feb 20, 2024
1 parent 162f689 commit 65e4805
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions grai-frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-slim AS builder
FROM node:21-slim AS builder

LABEL org.opencontainers.image.source="https://github.com/grai-io/grai-core"

Expand All @@ -21,7 +21,7 @@ COPY . .
RUN npm run build

# Bundle static assets with nginx
FROM nginx:1.23.2-alpine as production
FROM nginx:1.25.4-alpine as production

ENV NODE_ENV production

Expand Down
2 changes: 1 addition & 1 deletion grai-server/app/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "the_guide"
version = "0.1.57"
version = "0.1.58"
description = ""
authors = ["Grai <[email protected]>"]
license = "Elastic-2.0"
Expand Down

0 comments on commit 65e4805

Please sign in to comment.