Skip to content

Commit

Permalink
Pin image to python:3.11.10
Browse files Browse the repository at this point in the history
  • Loading branch information
manning-ncsa committed Nov 12, 2024
1 parent 1b7c281 commit ee65db6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.gitlab.com/ncsa-blast/kubernetes/blast/deps:20240912 AS deps

FROM python:3.11
FROM python:3.11.10
ENV PYTHONUNBUFFERED=1

RUN apt-get update && DEBIAN_FRONTEND=noninteractive && apt-get install -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion app/Dockerfile.deps
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11
FROM python:3.11.10

RUN curl https://dl.min.io/client/mc/release/linux-amd64/mc \
-o /usr/local/bin/mc && \
Expand Down

0 comments on commit ee65db6

Please sign in to comment.