Skip to content

Commit 6664e1f

Browse files
chore: Update the value of the base image (ARG DEBIAN_RELEASE) in the...
... Dockerfile Made with ❤️️ by updatecli
1 parent 00214b0 commit 6664e1f

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=bookworm-20250630
22+
ARG DEBIAN_RELEASE=bookworm-20250721
2323
FROM debian:"${DEBIAN_RELEASE}"-slim AS jre-build
2424

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

0 commit comments

Comments
 (0)