Skip to content

Commit

Permalink
Update to use R version 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljcollinsuk committed May 9, 2024
1 parent 84d9a00 commit c55f4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# checkov:skip=CKV_DOCKER_3:"Ensure that a user for the container has been created"
# hadolint global ignore=DL3008

ARG r=4.3.2
ARG r=4.4.0
FROM rocker/r-ver:${r}

ARG shinyserver=1.5.20.1002
Expand Down

0 comments on commit c55f4ca

Please sign in to comment.