Skip to content

Commit 2eece08

Browse files
chore: Update the value of the base image (ARG DEBIAN_RELEASE) in the...
... Dockerfile Made with ❤️️ by updatecli
1 parent 66dd473 commit 2eece08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121
# THE SOFTWARE.
22-
ARG DEBIAN_RELEASE=trixie-20250811
22+
ARG DEBIAN_RELEASE=trixie-20250908
2323
FROM debian:"${DEBIAN_RELEASE}"-slim AS jre-build
2424

2525
SHELL ["/bin/bash", "-e", "-u", "-o", "pipefail", "-c"]

0 commit comments

Comments
 (0)