Skip to content

Commit

Permalink
chore: Update the value of the base image (ARG DEBIAN_RELEASE) in the...
Browse files Browse the repository at this point in the history
...  Dockerfile

Made with ❤️️ by updatecli
  • Loading branch information
github-actions[bot] committed Sep 9, 2024
1 parent e614540 commit dde0d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
ARG DEBIAN_RELEASE=bookworm-20240812
ARG DEBIAN_RELEASE=bookworm-20240904
FROM debian:"${DEBIAN_RELEASE}"-slim as jre-build

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

0 comments on commit dde0d07

Please sign in to comment.