Skip to content

Commit

Permalink
chore(deps): Bump ubuntu in /humble
Browse files Browse the repository at this point in the history
Bumps ubuntu from jammy-20230308 to jammy-20230425.

---
updated-dependencies:
- dependency-name: ubuntu
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 3, 2023
1 parent 31c2fe7 commit 6ad698b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions humble/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:jammy-20230308 AS builder
FROM ubuntu:jammy-20230425 AS builder
RUN apt-get update
RUN apt-get install -y curl
RUN apt-get install -y --no-install-recommends gcc libc-dev
Expand All @@ -8,7 +8,7 @@ RUN chown root:root /usr/local/bin/su-exec
RUN chmod 0755 /usr/local/bin/su-exec


FROM ubuntu:jammy-20230308
FROM ubuntu:jammy-20230425
ARG TARGETPLATFORM
LABEL maintainer="Daisuke Sato <tiryoh@gmail.com>"
RUN apt-get update -q && \
Expand Down

0 comments on commit 6ad698b

Please sign in to comment.