We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3ae5c0 commit fa45a28Copy full SHA for fa45a28
Dockerfile
@@ -1,12 +1,9 @@
1
-FROM node:25-bookworm-slim AS build-frontend
+FROM node:25-trixie-slim AS build-frontend
2
3
RUN mkdir /opt/conditional
4
5
WORKDIR /opt/conditional
6
7
-RUN apt-get -yq update && \
8
- apt-get -yq install curl git
9
-
10
COPY package.json package-lock.json /opt/conditional/
11
12
RUN npm ci
@@ -16,7 +13,7 @@ COPY frontend /opt/conditional/frontend
16
13
17
14
RUN npm run webpack
18
15
19
-FROM astral/uv:python3.12-bookworm-slim
+FROM astral/uv:python3.13-trixie-slim
20
MAINTAINER Computer Science House <webmaster@csh.rit.edu>
21
22
0 commit comments