Skip to content

Commit

Permalink
fix: downgrade to 4.4.0 to avoid broken packages
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois committed Aug 14, 2024
1 parent 9c7f49e commit 4fa32cf
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
@@ -1,4 +1,4 @@
FROM r-base:4.4.1 AS env-deploy
FROM r-base:4.4.0 AS env-deploy

RUN apt-get update && apt-get install -y libssl-dev libcurl4-openssl-dev libxml2-dev

Expand Down

0 comments on commit 4fa32cf

Please sign in to comment.