summaryrefslogtreecommitdiff
path: root/build/db-init/Dockerfile
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-02-23 12:41:40 -0500
committerFreya Murphy <freya@freyacat.org>2026-02-23 12:41:40 -0500
commitc35bb440ffb9cd28048e3d9a2c0ee272cb14f6e9 (patch)
tree2022dc7215405ea04993a85f8edbb6cd802ce3b5 /build/db-init/Dockerfile
parentadd nginx override (diff)
downloadcrimson-c35bb440ffb9cd28048e3d9a2c0ee272cb14f6e9.tar.gz
crimson-c35bb440ffb9cd28048e3d9a2c0ee272cb14f6e9.tar.bz2
crimson-c35bb440ffb9cd28048e3d9a2c0ee272cb14f6e9.zip
update alpine version
Diffstat (limited to 'build/db-init/Dockerfile')
-rw-r--r--build/db-init/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/db-init/Dockerfile b/build/db-init/Dockerfile
index c5a4b59..7bc16ce 100644
--- a/build/db-init/Dockerfile
+++ b/build/db-init/Dockerfile
@@ -15,7 +15,8 @@
###
### You should have received a copy of the GNU General Public License
### along with CRIMSON. If not, see <http://www.gnu.org/licenses/>.
-FROM alpine:latest
+ARG ALPINE_VERSION="3.23"
+FROM alpine:${ALPINE_VERSION}
# install packages
RUN apk add --no-cache postgresql16-client tini shadow sed