Skip to content

Commit

Permalink
Bump python from 3.12.0a2-alpine to 3.13.0b1-alpine
Browse files Browse the repository at this point in the history
Bumps python from 3.12.0a2-alpine to 3.13.0b1-alpine.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent 273888f commit b8a33ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.0a2-alpine
FROM python:3.13.0b1-alpine

ENV PACKAGE=filebeat-oss-8.5.3-linux-x86_64.tar.gz

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.0a2-alpine
FROM python:3.13.0b1-alpine

ENV PACKAGE=filebeat-oss-8.5.3-linux-arm64.tar.gz

Expand Down

0 comments on commit b8a33ab

Please sign in to comment.