Skip to content

Commit

Permalink
Merge pull request #1143 from mariozig/patch-1
Browse files Browse the repository at this point in the history
Update docker image
  • Loading branch information
eugeis authored Nov 18, 2024
2 parents fbd1fbf + e8acf9c commit 8d81f8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -38,4 +38,4 @@ EXPOSE 8080

# Run the binary with debug output
ENTRYPOINT ["/fabric"]
CMD ["--serve"]
CMD ["--serve"]

0 comments on commit 8d81f8d

Please sign in to comment.