Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
feat(Dependencies): Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource | package                          | from   | to     |
| ---------- | -------------------------------- | ------ | ------ |
| docker     | docker.elastic.co/beats/filebeat | 8.11.1 | 8.11.2 |
| galaxy     | oefenweb.latest_r                | v3.1.5 | v3.1.7 |
| docker     | python                           | 3.12.0 | 3.12.1 |
  • Loading branch information
renovate[bot] authored Dec 8, 2023
1 parent 0474acc commit 9d48db1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.0-bookworm
FROM python:3.12.1-bookworm
RUN apt-get update -y
RUN apt-get install -y build-essential
WORKDIR /code
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.bibigrid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:

# filebeat
filebeat:
image: docker.elastic.co/beats/filebeat:8.11.1
image: docker.elastic.co/beats/filebeat:8.11.2
env_file:
- .env
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
# filebeat
filebeat:
container_name: client_filebeat
image: docker.elastic.co/beats/filebeat:8.11.1
image: docker.elastic.co/beats/filebeat:8.11.2
env_file:
- .env
volumes:
Expand Down
2 changes: 1 addition & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ roles:
version: v4.1.0

- name: oefenweb.latest_r
version: v3.1.5
version: v3.1.7


- name: andrewrothstein.miniconda
Expand Down

0 comments on commit 9d48db1

Please sign in to comment.