Adjust Dockerfile.

This commit is contained in:
Ben Binder
2025-02-23 21:09:10 -06:00
parent 23a9eb767d
commit f154cb5cdd

View File

@@ -1,5 +1,5 @@
# Use a small Go base image # Use a small Go base image
FROM golang:1.22 as builder FROM golang:1.24 as builder
# Set working directory # Set working directory
WORKDIR /app WORKDIR /app