Skip to content

Commit

Permalink
chore(deps): update condaforge/mambaforge docker tag to v23.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and pyrovelocity-bot committed Jul 13, 2024
1 parent 7415be1 commit cb63195
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion containers/Dockerfile.app
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM condaforge/mambaforge:23.1.0-1
FROM condaforge/mambaforge:23.3.1-1


WORKDIR /pyrovelocity
Expand Down
2 changes: 1 addition & 1 deletion containers/Dockerfile.app.local
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM condaforge/mambaforge:23.1.0-1
FROM condaforge/mambaforge:23.3.1-1
LABEL maintainer="pyrovelocity team"


Expand Down
2 changes: 1 addition & 1 deletion containers/Dockerfile.conda
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM condaforge/mambaforge:23.1.0-1
FROM condaforge/mambaforge:23.3.1-1
LABEL maintainer="pyrovelocity team"

ARG CONDA_OVERRIDE_CUDA=11.8
Expand Down
2 changes: 1 addition & 1 deletion containers/Dockerfile.conda.cpu
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM condaforge/mambaforge:23.1.0-1
FROM condaforge/mambaforge:23.3.1-1
LABEL maintainer="pyrovelocity team"

WORKDIR /pyrovelocity
Expand Down

0 comments on commit cb63195

Please sign in to comment.