Skip to content

Commit

Permalink
Update dependencies (2024-12-16) (#390)
Browse files Browse the repository at this point in the history
* Update Python deps.

* Update Go deps.

* Update UI deps.

* Update to distroless-debian12.

* Build with Go 1.23.4.
  • Loading branch information
ZoogieZork authored Dec 19, 2024
1 parent 92efef6 commit cd6618a
Show file tree
Hide file tree
Showing 6 changed files with 1,309 additions and 591 deletions.
748 changes: 381 additions & 367 deletions backend/Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion backend/utilities/plugin_runner/toolbox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \

# Distroless always uses the "latest" tag.
# hadolint ignore=DL3007
FROM gcr.io/distroless/static-debian11:latest
FROM gcr.io/distroless/static-debian12:latest

WORKDIR /opt/artemis-plugin-toolbox/bin

Expand Down
2 changes: 1 addition & 1 deletion backend/utilities/plugin_runner/toolbox/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/warnermedia/artemis/backend/utilities/plugin_runner/toolbox

go 1.23.3
go 1.23.4

require (
github.com/fatih/color v1.18.0
Expand Down
297 changes: 151 additions & 146 deletions orchestrator/Pipfile.lock

Large diffs are not rendered by default.

Loading

0 comments on commit cd6618a

Please sign in to comment.