Skip to content

Commit

Permalink
deps: bump Go and just-the-docs version
Browse files Browse the repository at this point in the history
  • Loading branch information
coufalja committed Dec 8, 2023
1 parent 0c86b9c commit d5e116c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.2
FROM golang:1.21.4-alpine3.18 as builder
FROM golang:1.21.5-alpine3.18 as builder

RUN apk add --update --no-cache build-base tzdata \
&& addgroup -g 1000 -S regatta && adduser -u 1000 -S regatta -G regatta
Expand Down
2 changes: 1 addition & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

gem "jekyll", "4.3.2"

gem "just-the-docs", "0.4.2"
gem "just-the-docs", "0.7.0"

gem "jekyll-remote-theme", "0.4.3"

Expand Down
9 changes: 6 additions & 3 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ GEM
safe_yaml (~> 1.0)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-include-cache (0.2.1)
jekyll (>= 3.7, < 5.0)
jekyll-relative-links (0.7.0)
jekyll (>= 3.3, < 5.0)
jekyll-remote-theme (0.4.3)
Expand All @@ -46,8 +48,9 @@ GEM
jekyll (>= 3.8, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
just-the-docs (0.4.2)
just-the-docs (0.7.0)
jekyll (>= 3.8.5)
jekyll-include-cache
jekyll-seo-tag (>= 2.0)
rake (>= 12.3.1)
kramdown (2.4.0)
Expand All @@ -62,7 +65,7 @@ GEM
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.1)
rake (13.0.6)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -92,7 +95,7 @@ DEPENDENCIES
jekyll (= 4.3.2)
jekyll-relative-links (= 0.7.0)
jekyll-remote-theme (= 0.4.3)
just-the-docs (= 0.4.2)
just-the-docs (= 0.7.0)

BUNDLED WITH
2.3.26
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: Regatta Docs
description: Documentation for the distributed key-value store Regatta
remote_theme: just-the-docs/just-the-docs@v0.5.4
remote_theme: just-the-docs/just-the-docs@v0.7.0

permalink: pretty

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/jamf/regatta

go 1.21

toolchain go1.21.3
toolchain go1.21.5

require (
github.com/VictoriaMetrics/metrics v1.25.3
Expand Down

0 comments on commit d5e116c

Please sign in to comment.