Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nkanaev committed Apr 9, 2024
1 parent 5f606b1 commit c896f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/dockerfile
@@ -1,4 +1,4 @@
FROM golang:alpine AS build
FROM golang:alpine3.18 AS build
RUN apk add build-base git
WORKDIR /src
COPY . .
Expand Down

0 comments on commit c896f77

Please sign in to comment.