Update docker image

This commit is contained in:
Mario Zigliotto
2024-11-17 10:48:38 -08:00
committed by GitHub
parent fbd1fbfc67
commit e8acf9ca07

View File

@@ -1,5 +1,5 @@
# Use official golang image as builder
FROM golang:1.22.5-alpine AS builder
FROM golang:1.23.3-alpine AS builder
# Set working directory
WORKDIR /app
@@ -38,4 +38,4 @@ EXPOSE 8080
# Run the binary with debug output
ENTRYPOINT ["/fabric"]
CMD ["--serve"]
CMD ["--serve"]