Skip to content

Commit

Permalink
build(docker): correct go image for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
grishy committed Apr 7, 2024
1 parent d58b210 commit 77c4a02
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 @@
# syntax=docker/dockerfile:1

# STAGE 1: building the executable
FROM docker.io/1.22.2-alpine3.19 as builder
FROM docker.io/golang:1.22.2-alpine3.19 as builder
WORKDIR /build

COPY go.mod go.sum ./
Expand Down

0 comments on commit 77c4a02

Please sign in to comment.