Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sourcegraph/doctree
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 74fb67f2f4408e15a445f6b906d1964e8b5d4279
Choose a base ref
..
head repository: sourcegraph/doctree
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b2ab2fc88372231c10eebe237c73174688eec1f4
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 .tool-versions
  2. +1 −1 Dockerfile
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
golang 1.21.0
golang 1.21.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
###############################
# Build the doctree Go binary #
###############################
FROM golang:1.21-alpine@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb as builder
FROM golang:1.21-alpine@sha256:445f34008a77b0b98bf1821bf7ef5e37bb63cc42d22ee7c21cc17041070d134f as builder

RUN apk add --no-cache git build-base
COPY . /doctree