Skip to content

Commit fa45a28

Browse files
committed
update things in dockerfile
1 parent f3ae5c0 commit fa45a28

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Dockerfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
FROM node:25-bookworm-slim AS build-frontend
1+
FROM node:25-trixie-slim AS build-frontend
22

33
RUN mkdir /opt/conditional
44

55
WORKDIR /opt/conditional
66

7-
RUN apt-get -yq update && \
8-
apt-get -yq install curl git
9-
107
COPY package.json package-lock.json /opt/conditional/
118

129
RUN npm ci
@@ -16,7 +13,7 @@ COPY frontend /opt/conditional/frontend
1613

1714
RUN npm run webpack
1815

19-
FROM astral/uv:python3.12-bookworm-slim
16+
FROM astral/uv:python3.13-trixie-slim
2017
MAINTAINER Computer Science House <webmaster@csh.rit.edu>
2118

2219
WORKDIR /opt/conditional

0 commit comments

Comments
 (0)