Skip to content

Commit

Permalink
chore(deps): update docker.io/library/python:3.11.4-slim docker diges…
Browse files Browse the repository at this point in the history
…t to c9c27a1
  • Loading branch information
renovate[bot] authored Aug 9, 2023
1 parent 51ac7b2 commit 78cd40c
Showing 1 changed file with 1 addition and 1 deletion.
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.4-slim@sha256:c9c27a1d1bf461a662869ce5d57129ee8fa10afd0447802013af312f9a78cf37 AS base
ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1
WORKDIR /app
Expand Down

0 comments on commit 78cd40c

Please sign in to comment.