Skip to content

Commit

Permalink
Merge pull request #146 from sjinks/renovate/ubuntu-24.04
Browse files Browse the repository at this point in the history
chore(deps): update ubuntu:24.04 docker digest to d4f6f70
  • Loading branch information
sjinks authored Oct 16, 2024
2 parents 7ae05f5 + 740dd00 commit e2c3bd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b AS build
FROM ubuntu:24.04@sha256:d4f6f70979d0758d7a6f81e34a61195677f4f4fa576eaf808b79f17499fd93d1 AS build

ENV LC_ALL=C.UTF-8
ENV LANG=C.UTF-8
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b AS build
FROM ubuntu:24.04@sha256:d4f6f70979d0758d7a6f81e34a61195677f4f4fa576eaf808b79f17499fd93d1 AS build

ENV DEBIAN_FRONTEND=noninteractive

Expand All @@ -16,7 +16,7 @@ RUN \
strip --strip-unneeded build/src/tfhttp


FROM ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b
FROM ubuntu:24.04@sha256:d4f6f70979d0758d7a6f81e34a61195677f4f4fa576eaf808b79f17499fd93d1

ENV DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit e2c3bd9

Please sign in to comment.