Skip to content
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: Notifiarr/mysql-auth-proxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dbc749ced4ad4d81e304ccd18d6eaaf54fc554d4
Choose a base ref
..
head repository: Notifiarr/mysql-auth-proxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1c18aca2f39dcf2d4adaf581d5ce928019d4242b
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 Dockerfile
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Build a go app into a minimal docker image with timezone support and SSL cert chains.
FROM golang:latest@sha256:adee809c2d0009a4199a11a1b2618990b244c6515149fe609e2788ddf164bd10 as builder
FROM golang:latest@sha256:a7f2fc9834049c1f5df787690026a53738e55fc097cd8a4a93faa3e06c67ee32 as builder
ARG TARGETOS
ARG TARGETARCH
ARG BUILD_FLAGS=""