Bump base images

This commit is contained in:
Sascha Ißbrücker
2025-02-19 16:14:34 +01:00
parent dfbb367857
commit 757dc56277
2 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ COPY bookmarks/styles ./bookmarks/styles
RUN npm run build RUN npm run build
FROM python:3.12.8-alpine3.21 AS build-deps FROM python:3.12.9-alpine3.21 AS build-deps
# Add required packages # Add required packages
# alpine-sdk linux-headers pkgconfig: build Python packages from source # alpine-sdk linux-headers pkgconfig: build Python packages from source
# libpq-dev: build Postgres client from source # libpq-dev: build Postgres client from source
@@ -49,7 +49,7 @@ RUN wget https://www.sqlite.org/${SQLITE_RELEASE_YEAR}/sqlite-amalgamation-${SQL
gcc -fPIC -shared icu.c `pkg-config --libs --cflags icu-uc icu-io` -o libicu.so gcc -fPIC -shared icu.c `pkg-config --libs --cflags icu-uc icu-io` -o libicu.so
FROM python:3.12.8-alpine3.21 AS linkding FROM python:3.12.9-alpine3.21 AS linkding
LABEL org.opencontainers.image.source="https://github.com/sissbruecker/linkding" LABEL org.opencontainers.image.source="https://github.com/sissbruecker/linkding"
# install runtime dependencies # install runtime dependencies
RUN apk update && apk add bash curl icu libpq mailcap libssl3 RUN apk update && apk add bash curl icu libpq mailcap libssl3

View File

@@ -10,7 +10,7 @@ COPY bookmarks/styles ./bookmarks/styles
RUN npm run build RUN npm run build
FROM python:3.12.8-slim-bookworm AS build-deps FROM python:3.12.9-slim-bookworm AS build-deps
# Add required packages # Add required packages
# build-essential pkg-config: build Python packages from source # build-essential pkg-config: build Python packages from source
# libpq-dev: build Postgres client from source # libpq-dev: build Postgres client from source
@@ -51,7 +51,7 @@ RUN wget https://www.sqlite.org/${SQLITE_RELEASE_YEAR}/sqlite-amalgamation-${SQL
gcc -fPIC -shared icu.c `pkg-config --libs --cflags icu-uc icu-io` -o libicu.so gcc -fPIC -shared icu.c `pkg-config --libs --cflags icu-uc icu-io` -o libicu.so
FROM python:3.12.8-slim-bookworm AS linkding FROM python:3.12.9-slim-bookworm AS linkding
LABEL org.opencontainers.image.source="https://github.com/sissbruecker/linkding" LABEL org.opencontainers.image.source="https://github.com/sissbruecker/linkding"
# install runtime dependencies # install runtime dependencies
RUN apt-get update && apt-get -y install mime-support libpq-dev libicu-dev libssl3 curl RUN apt-get update && apt-get -y install mime-support libpq-dev libicu-dev libssl3 curl