Skip to content

Commit

Permalink
chore(deps): bump the docker group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the docker group with 2 updates in the / directory: python and node.


Updates `python` from 3.12.7 to 3.13.0

Updates `node` from 22 to 23

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docker
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: docker
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 18, 2024
1 parent 084c739 commit 1b2ca8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM python:3.12.7-slim as base
FROM python:3.13.0-slim as base

LABEL Github="hibare"

# Build frontend assets

FROM node:22 as frontend
FROM node:23 as frontend

ENV NODE_OPTIONS=--openssl-legacy-provider

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev.api
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.7 as base
FROM python:3.13.0 as base

LABEL Github="hibare"

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev.ui
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22 as frontend
FROM node:23 as frontend

ENV NODE_OPTIONS=--openssl-legacy-provider

Expand Down

0 comments on commit 1b2ca8b

Please sign in to comment.