Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
chore(deps): update container-images
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2023
1 parent 63f28ad commit 155d130
Show file tree
Hide file tree
Showing 3 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 docker.io/library/python:3.11.6-slim@sha256:d36d3fb6c859768ec62ac36ddc7397b5331d8dc05bc8823b3cac24f6ade97483 AS build
FROM docker.io/library/python:3.12.0-slim@sha256:80571b64ab7b94950d49d413f074e1932b65f6f75e0c34747b40ea41889a2ca9 AS build
WORKDIR /opt/ahd2fhir

COPY requirements.txt .
Expand Down
4 changes: 2 additions & 2 deletions compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
start_period: 1m

database:
image: docker.io/library/mariadb:11.1.2@sha256:5d851e999b84625ef9810589e832686cae58453452698ee69e2980041e626eb2
image: docker.io/library/mariadb:11.1.2@sha256:2403cc521634162f743b5179ff5b35520daf72df5d9e7e397192af685d9148fd
command: --max_allowed_packet=1g --innodb_buffer_pool_size=512m --innodb_log_buffer_size=256m --innodb_log_file_size=256m
environment:
# kics-scan ignore-line
Expand Down Expand Up @@ -72,7 +72,7 @@ services:
start_period: 30s

kafka:
image: docker.io/bitnami/kafka:3.5.1@sha256:2a7a99f58cda458bc07b0c6aaac7ce86861155ea41593d6527038bb35fa5b612
image: docker.io/bitnami/kafka:3.6.0@sha256:2d065103d482dd0b985e15e39eaf17dc7627a755321952be807335d7ae67533c
profiles:
- kafka
restart: unless-stopped
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/python:3.11.5@sha256:2e376990a11f1c1e03796d08db0e99c36eadb4bb6491372b227f1e53c3482914
FROM docker.io/library/python:3.12.0@sha256:db07e1d493e61f2fd2d8ee78697218c22d65039071aef32e7919fb93835fa1d0
WORKDIR /opt/tests

COPY requirements.txt .
Expand Down

0 comments on commit 155d130

Please sign in to comment.