Skip to content

Commit

Permalink
feat: update debian base image
Browse files Browse the repository at this point in the history
  • Loading branch information
vfusco committed Aug 16, 2024
1 parent c161181 commit d86aaf8
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 @@ -43,7 +43,7 @@ ARG MACHINE_EMULATOR_VERSION=0.0.0

RUN make install-uarch debian-package DESTDIR=$PWD/_install

FROM --platform=$TARGETPLATFORM debian:bookworm-20230725-slim
FROM --platform=$TARGETPLATFORM debian:bookworm-20240812-slim
ARG MACHINE_EMULATOR_VERSION=0.0.0
ARG TARGETARCH

Expand Down

0 comments on commit d86aaf8

Please sign in to comment.