From 181a83c726e8ad086b67361e9499c5d1114b4bd1 Mon Sep 17 00:00:00 2001 From: Ian Eaves Date: Mon, 19 Feb 2024 18:05:01 -0600 Subject: [PATCH] bump frontend images --- grai-frontend/Dockerfile | 4 ++-- grai-server/app/pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/grai-frontend/Dockerfile b/grai-frontend/Dockerfile index df1ac4891..01f1b184a 100644 --- a/grai-frontend/Dockerfile +++ b/grai-frontend/Dockerfile @@ -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" @@ -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 diff --git a/grai-server/app/pyproject.toml b/grai-server/app/pyproject.toml index 926038a5f..15b2de84c 100644 --- a/grai-server/app/pyproject.toml +++ b/grai-server/app/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "the_guide" -version = "0.1.57" +version = "0.1.58" description = "" authors = ["Grai "] license = "Elastic-2.0"