Skip to content

Commit

Permalink
feat: use docker alpine image
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi committed Mar 20, 2023
1 parent 5e7c7f2 commit 40d94ff
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,4 +1,4 @@
FROM golang:1.20 as build-stage
FROM golang:1.20-alpine as build-stage

LABEL name "NezukoChan Image Proxy (Docker Build)"
LABEL maintainer "KagChi"
Expand All @@ -9,7 +9,7 @@ COPY . .

RUN go build

FROM golang:1.20
FROM golang:1.20-alpine

LABEL name "NezukoChan Image Proxy"
LABEL maintainer "KagChi"
Expand Down

0 comments on commit 40d94ff

Please sign in to comment.