Skip to content

Commit

Permalink
chore(deps): update container-images
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 7, 2023
1 parent 66897d4 commit 02591a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose/compose.fhir-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
- "8082:8080"

fhir-db:
image: docker.io/library/postgres:15.3
image: docker.io/library/postgres:15.4
restart: unless-stopped
deploy:
resources:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/compose.pseudonymization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
fhir-gateway:
image: ghcr.io/miracum/fhir-gateway:v3.10.9
image: ghcr.io/miracum/fhir-gateway:v3.12.1
restart: unless-stopped
cap_drop:
- ALL
Expand Down
2 changes: 1 addition & 1 deletion src/adtfhir_to_opal/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/bitnami/spark:3.3.2@sha256:11ccd03367cadc0da48432e7636746e98a842324f590630f6d14299a40ff2ee4
FROM docker.io/bitnami/spark:3.4.1@sha256:57455db19d0d90d8269fcbd35739132c9d7dc3463cc178f72e5b17e62dc180d0
ENV SPARK_JARS_IVY="/home/spark/.ivy"
WORKDIR /opt/bitnami/spark
USER 0
Expand Down
2 changes: 1 addition & 1 deletion src/decompose_xmls/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# Comments are provided throughout this file to help you get started.
FROM docker.io/library/python:3.11.4-slim@sha256:36b544be6e796eb5caa0bf1ab75a17d2e20211cad7f66f04f6f5c9eeda930ef5 AS base
FROM docker.io/library/python:3.11.5-slim@sha256:0593057b0df53babbbd6c2138b5059a6a9d124ea7ca09700d98e10a8a83019cb AS base
ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1
WORKDIR /app
Expand Down

0 comments on commit 02591a8

Please sign in to comment.