Skip to content

Commit

Permalink
Fix docker image
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Semenyuk <alexsemenyuk88@gmail.com>
  • Loading branch information
alex-semenyuk committed Feb 14, 2024
1 parent c734c3b commit 313194f
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,4 +1,4 @@
FROM golang:1.21-buster AS builder
FROM golang:1.21-alpine3.19 AS builder
ARG BUILD_VERSION
ENV BUILD_VERSION=${BUILD_VERSION}
ADD . /tezosconnect
Expand Down

0 comments on commit 313194f

Please sign in to comment.