Skip to content

Commit

Permalink
chore: update outdated container base image, quarto-cli, and quarto e…
Browse files Browse the repository at this point in the history
…xtensions (#123)
  • Loading branch information
eitsupi authored Jan 25, 2025
1 parent dfe1b93 commit a48e974
Show file tree
Hide file tree
Showing 15 changed files with 5,051 additions and 4,843 deletions.
2 changes: 1 addition & 1 deletion .build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ FROM debian:stable-slim
# download the install_quarto.sh script from rocker-org/versioned2 repo
ADD https://raw.githubusercontent.com/rocker-org/rocker-versioned2/75dd95c6cee7da29ceed363b9fe4823a12f575f8/scripts/install_quarto.sh /tmp/install_quarto.sh
RUN chmod +x /tmp/install_quarto.sh \
&& /tmp/install_quarto.sh 1.4.553
&& /tmp/install_quarto.sh 1.6.40
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"image": "mcr.microsoft.com/devcontainers/base:bullseye",
"image": "mcr.microsoft.com/devcontainers/base:debian",
"features": {
"ghcr.io/rocker-org/devcontainer-features/quarto-cli:latest": {
"version": "1.4.553"
"version": "1.6.40"
}
},
"customizations": {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
version: "1.4.553"
version: "1.6.40"
- name: Build
run: quarto render

Expand Down
4 changes: 2 additions & 2 deletions _extensions/quarto-ext/fontawesome/_extension.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: Font Awesome support
author: Carlos Scheidegger
version: 1.0.0
quarto-required: ">=1.2.198"
version: 1.2.0
quarto-required: ">=1.2.269"
contributes:
shortcodes:
- fontawesome.lua
Loading

0 comments on commit a48e974

Please sign in to comment.