Skip to content

Commit

Permalink
Improve Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Mar 28, 2024
1 parent 465df46 commit ce84d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/alpine.docker
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG REGISTRY="docker.io"

## BUILDER #####################################################################

FROM golang:alpine as builder
FROM golang:alpine3.17 as builder

WORKDIR /go/src/github.com/essentialkaos/rsz

Expand Down

0 comments on commit ce84d8c

Please sign in to comment.