Skip to content

Commit 06c360e

Browse files
authored
Use debian:12 base image (#1568) (#1573)
/cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent d1e0a4c commit 06c360e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.dbg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM debian:bullseye
15+
FROM debian:12
1616

1717
ENV DEBIAN_FRONTEND noninteractive
1818
ENV DEBCONF_NONINTERACTIVE_SEEN true

Dockerfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM debian:bullseye
15+
FROM debian:12
1616

1717
ENV DEBIAN_FRONTEND noninteractive
1818
ENV DEBCONF_NONINTERACTIVE_SEEN true

0 commit comments

Comments
 (0)