Skip to content

Commit

Permalink
fix: broken dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
depado committed Jan 7, 2025
1 parent 6682980 commit 6762423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.pack
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build Step
FROM golang:1.23.4-alpine
FROM golang:1.23.4-alpine as builder

# Dependencies
RUN apk update && apk add --no-cache make git upx
Expand Down

0 comments on commit 6762423

Please sign in to comment.