Fix dockerfile
This commit is contained in:
parent
12ef16cbee
commit
a4e4a6d0bf
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
FROM golang:1.22.4
|
FROM golang:1.22.4-alpine
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue