fix dockerfile warning

This commit is contained in:
Benjamin Elder 2025-02-26 11:33:29 -08:00
parent 4d7f6eadf1
commit a3009258da

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:1.24.0-bullseye as builder
FROM golang:1.24.0-bullseye AS builder
WORKDIR /workspace