Skip to content

Commit

Permalink
Merge pull request #41 from mpeter50/patch-1
Browse files Browse the repository at this point in the history
Fix Docker based build process by moving it to Alpine
  • Loading branch information
DRuggeri committed Nov 29, 2023
2 parents 5fdea8d + 6fe8f0e commit 19923ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,6 +1,6 @@
### STAGE 1: Build ###

FROM golang:1-bullseye as builder
FROM golang:1-alpine as builder

WORKDIR /app
COPY . /app
Expand Down

0 comments on commit 19923ca

Please sign in to comment.