Skip to content

Commit

Permalink
chore(deps): Update ubuntu Docker tag to v24 (#695)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent c1cb469 commit 2053f53
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 @@ -39,7 +39,7 @@ ARG TARGETOS TARGETARCH RUNTIME_RELEASE_VERSION
RUN GOOS=$TARGETOS GOARCH=$TARGETARCH go build -o modus_runtime -ldflags "-s -w -X github.com/hypermodeinc/modus/runtime/config.version=$RUNTIME_RELEASE_VERSION" .

# build the container image
FROM ubuntu:22.04
FROM ubuntu:24.04
LABEL maintainer="Hypermode Inc. <[email protected]>"

# Create a custom group and user
Expand Down

0 comments on commit 2053f53

Please sign in to comment.