Skip to content

Commit c7bc1e8

Browse files
Build(deps): Bump ubuntu from d1e2e92 to 0d39fcc
Bumps ubuntu from `d1e2e92` to `0d39fcc`. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '24.04' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 57879e1 commit c7bc1e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Two-stage build: builder installs toolchains, runtime copies only artifacts.
33

44
# --- Stage 1: Builder ---
5-
FROM ubuntu:24.04@sha256:d1e2e92c075e5ca139d51a140fff46f84315c0fdce203eab2807c7e495eff4f9 AS builder
5+
FROM ubuntu:24.04@sha256:0d39fcc8335d6d74d5502f6df2d30119ff4790ebbb60b364818d5112d9e3e932 AS builder
66

77
# Prevent interactive prompts during package installation.
88
ENV DEBIAN_FRONTEND=noninteractive
@@ -56,7 +56,7 @@ RUN git clone --depth=1 https://github.com/ohmyzsh/ohmyzsh.git /root/.oh-my-zsh
5656
/root/.oh-my-zsh/custom/plugins/zsh-autosuggestions
5757

5858
# --- Stage 2: Runtime ---
59-
FROM ubuntu:24.04@sha256:d1e2e92c075e5ca139d51a140fff46f84315c0fdce203eab2807c7e495eff4f9
59+
FROM ubuntu:24.04@sha256:0d39fcc8335d6d74d5502f6df2d30119ff4790ebbb60b364818d5112d9e3e932
6060

6161
ARG DEVBOX_VERSION=0.3.0
6262
LABEL org.opencontainers.image.title="devbox-agent" \

0 commit comments

Comments
 (0)