Skip to content

Commit

Permalink
fix: fix case warning
Browse files Browse the repository at this point in the history
  • Loading branch information
x1unix authored Oct 23, 2024
1 parent 17f3d1c commit 3a4bc47
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,5 +1,5 @@
ARG GO_VERSION=1.20
FROM golang:${GO_VERSION}-bookworm as builder
FROM golang:${GO_VERSION}-bookworm AS builder
ARG GO_VERSION
ARG LLVM_MINGW64_VER=20240606
ARG LLVM_MINGW64_SRC="https://github.com/mstorsjo/llvm-mingw/releases/download"
Expand Down

0 comments on commit 3a4bc47

Please sign in to comment.