Skip to content

Commit

Permalink
chore: build with podman
Browse files Browse the repository at this point in the history
  • Loading branch information
Menci committed Aug 24, 2024
1 parent 16cdfed commit becc7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG ALPINE_VERSION=3.20
ARG GOLANG_VERSION=1.22.5

FROM golang:${GOLANG_VERSION}-alpine AS builder
FROM docker.io/library/golang:${GOLANG_VERSION}-alpine AS builder
COPY . /build
RUN cd /build && go build -o tsukasa

Expand Down

0 comments on commit becc7fd

Please sign in to comment.