Skip to content

Commit

Permalink
roll back
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhgn committed Oct 16, 2024
1 parent c3fe5b4 commit b662151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/dockerfiles/r/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# R container
FROM rocker/verse:4.3.3
FROM rocker/verse:4.4.1
# based on Ubuntu 22.04.5 LTS (jammy)

ENV TZ=Europe
Expand Down
2 changes: 1 addition & 1 deletion docker/scripts/R/bioconductor.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ library(devtools)
for (package in packages) {
tryCatch(
{
BiocManager::install(package, version='3.18')
BiocManager::install(package, version='3.19')
},
error = function(e) {
cat("Error occurred during package installation:\n")
Expand Down

0 comments on commit b662151

Please sign in to comment.