Skip to content

Commit

Permalink
chore(deps): update docker.io/library/python docker tag to v3.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2022
1 parent 36d7c67 commit 3aeeda3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sztp-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/python:3.10.8-slim
FROM docker.io/library/python:3.11.1-slim

RUN apt-get update && apt-get install -y --no-install-recommends gettext libsqlite3-dev make curl && rm -rf /var/lib/apt/lists/*
RUN pip install --no-cache-dir sztpd==0.0.11
Expand Down
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/python:3.10.8-slim
FROM docker.io/library/python:3.11.1-slim
RUN apt-get update && apt-get install -y --no-install-recommends curl && rm -rf /var/lib/apt/lists/*
# hadolint ignore=DL3022
COPY --from=ghcr.io/opiproject/opi-sztp-server:main /tmp/my-boot-image.img /var/lib/misc/my-boot-image.img
Expand Down

0 comments on commit 3aeeda3

Please sign in to comment.