Skip to content

Commit

Permalink
fix: dockerfile backend builder
Browse files Browse the repository at this point in the history
  • Loading branch information
ElaBosak233 committed May 26, 2024
1 parent cb3de3d commit 0643d45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM golang:latest AS backend
FROM golang:1.22-alpine AS backend

RUN apk add --no-cache git gcc make musl-dev

COPY ./ /app

Expand Down

0 comments on commit 0643d45

Please sign in to comment.