Skip to content
Snippets Groups Projects
Commit bc1b6993 authored by Carine Rey's avatar Carine Rey
Browse files

update docker r_for_beginners (tidyverse:4.3.1)

parent 4529b31b
No related branches found
No related tags found
1 merge request!7update docker r_for_beginners (tidyverse:4.3.1)
......@@ -3,13 +3,15 @@
set -euo pipefail +o nounset
TAG="v2022"
TAG="v2023"
IMAGE_NAME="r_for_beginners"
DOCKERFILE_DIR="."
REPO=carinerey/$IMAGE_NAME
docker pull rocker/tidyverse
echo "## Build docker: $REPO:$TAG ##"
docker build -t $REPO:$TAG $DOCKERFILE_DIR
echo "## Build docker: $REPO ##"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment