From 1bb7f84cd379cbadcd05500490ecbea788178886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 19:16:18 +0000 Subject: [PATCH 1/5] Bump alpine from 3.19.0 to 3.19.1 Bumps alpine from 3.19.0 to 3.19.1. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b80bcb7..a6a0fab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.19.0 +FROM alpine:3.19.1 LABEL maintainer="JulianPrieber" LABEL description="LinkStack Docker" From 9585521e0e8740dbea68dd74afa79569824158ff Mon Sep 17 00:00:00 2001 From: Frank Date: Wed, 6 Mar 2024 14:24:36 +0100 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b036be..a1408c4 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ The official docker version of [LinkStack](https://github.com/linkstackorg/links The docker version of LinkStack retains all the features and customization options of the [original version](https://github.com/linkstackorg/linkstack). -This docker is based on [Alpine Linux](https://www.alpinelinux.org/), a Linux distribution designed to be small, simple and secure. The web server is running [Apache2](https://www.apache.org/), a free and open-source cross-platform web server software. The docker comes with [PHP 8.1](https://www.php.net/releases/8.1/en.php) for high compatibility and performance. +This docker is based on [Alpine Linux](https://www.alpinelinux.org/), a Linux distribution designed to be small, simple and secure. The web server is running [Apache2](https://www.apache.org/), a free and open-source cross-platform web server software. The docker comes with [PHP 8.2](https://www.php.net/releases/8.2/en.php) for high compatibility and performance. #### Using the docker is as simple as pulling and deploying. From aa2657ec75a20b9fa6b6dc72b0f8989edc2fa13e Mon Sep 17 00:00:00 2001 From: Frank Date: Thu, 2 May 2024 11:30:36 +0200 Subject: [PATCH 3/5] Update Dockerfile Add Redis to the default php modules --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b80bcb7..d5fd596 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,6 +34,7 @@ RUN apk --no-cache --update \ php82-tokenizer \ php82-zip \ php82-xmlwriter \ + php82-redis \ tzdata \ && mkdir /htdocs From a86580039722dbacba67439653bda91b0ea12f4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 19:41:19 +0000 Subject: [PATCH 4/5] Bump alpine from 3.19.1 to 3.21.3 Bumps alpine from 3.19.1 to 3.21.3. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 37b6dcb..232a391 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.19.1 +FROM alpine:3.21.3 LABEL maintainer="JulianPrieber" LABEL description="LinkStack Docker" From 992a1133d7fb32cc30fc3eca42c7859e492fd703 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 19:38:02 +0000 Subject: [PATCH 5/5] Bump alpine from 3.21.3 to 3.22.0 Bumps alpine from 3.21.3 to 3.22.0. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 232a391..3f1e5e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21.3 +FROM alpine:3.22.0 LABEL maintainer="JulianPrieber" LABEL description="LinkStack Docker"