File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- FROM rust:1.72 -alpine AS builder
1+ FROM rust:1.76 -alpine AS builder
22
33ENV RUSTFLAGS "-C target-feature=-crt-static"
44
@@ -17,7 +17,7 @@ COPY web/src ./src
1717
1818RUN cargo build --release
1919
20- FROM alpine:3.18
20+ FROM alpine:3.19
2121
2222RUN apk add --no-cache dumb-init libgcc
2323
Original file line number Diff line number Diff line change 1- FROM rust:1.72 -slim-buster AS builder
1+ FROM rust:1.76 -slim-bookworm AS builder
22
33RUN apt update && apt install -y musl-dev libpq-dev
44
@@ -8,7 +8,7 @@ WORKDIR /build
88
99RUN cp /usr/local/cargo/bin/diesel ./
1010
11- FROM python:3.11 -slim-buster
11+ FROM python:3.12 -slim-bookworm
1212
1313RUN apt update && apt install -y dumb-init git gcc netcat libpq-dev
1414RUN rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change 1- FROM node:16 -alpine AS builder
1+ FROM node:20 -alpine AS builder
22
33RUN npm install -g -f yarn
44
@@ -20,7 +20,7 @@ COPY web/store ./store
2020
2121RUN yarn build
2222
23- FROM node:16 -alpine
23+ FROM node:20 -alpine
2424
2525RUN apk add --no-cache dumb-init
2626
You can’t perform that action at this time.
0 commit comments