Skip to content

Commit

Permalink
Update debian Docker tag to v12 (#115)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| debian | final | major | `11.7-slim` -> `12.1-slim` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [x] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log [here](https://developer.mend.io/github/ilkka/nisse).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi45Ny4xIiwidXBkYXRlZEluVmVyIjoiMzYuOTcuMSIsInRhcmdldEJyYW5jaCI6InRydW5rIn0=-->
  • Loading branch information
mergify[bot] committed Sep 21, 2023
2 parents cd24500 + 1e88a65 commit c65df8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN mix do phx.gen.release, release
## **********************************************************************
## Run release in production mode
## **********************************************************************
FROM debian:11.7-slim as deploy
FROM debian:12.1-slim as deploy
LABEL maintainer="Ilkka Poutanen <ilkka@ilkka.dev>"
RUN apt-get update \
&& export DEBIAN_FRONTEND=noninteractive \
Expand Down

0 comments on commit c65df8a

Please sign in to comment.