Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bandsintown/alpine:3.19.1 as builder
FROM bandsintown/alpine:3.23.5 as builder

FROM surnet/alpine-wkhtmltopdf:3.19.0-0.12.6-full as wkhtmltopdf

Expand Down
2 changes: 1 addition & 1 deletion manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This file is not used. Added as a reference for the variables that need to be set.

# A Docker image is a combination of REGISTRY/NAMESPACE/REPOSITORY[:TAG].
# e.g. docker.io/bandsintown/alpine:3.19.1
# e.g. docker.io/bandsintown/alpine:3.23.5
registry=dockerhub
namespace=bandsintown
repository=php
Expand Down
2 changes: 1 addition & 1 deletion versions/8.4.16-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bandsintown/alpine:3.19.1 as builder
FROM bandsintown/alpine:3.23.5 as builder

FROM surnet/alpine-wkhtmltopdf:3.19.0-0.12.6-full as wkhtmltopdf

Expand Down