Skip to content

Commit 78e24bf

Browse files
build(deps): bump ubuntu from 24.04 to 26.04
Bumps ubuntu from 24.04 to 26.04. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '26.04' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a88a6eb commit 78e24bf

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
@@ -1,5 +1,5 @@
11
# Stage 1: Elfutils build stage
2-
FROM ubuntu:24.04 AS elfutils_builder
2+
FROM ubuntu:26.04 AS elfutils_builder
33
ARG DEBIAN_FRONTEND=noninteractive
44
ENV VERS=0.193
55

@@ -35,7 +35,7 @@ RUN apt-get update \
3535
&& make install
3636

3737
# Stage 2: Final stage
38-
FROM ubuntu:24.04
38+
FROM ubuntu:26.04
3939
ARG DEBIAN_FRONTEND=noninteractive
4040
LABEL org.opencontainers.image.source="https://github.com/bloomberg/pystack"
4141

0 commit comments

Comments
 (0)