Skip to content

Commit

Permalink
Improve Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Oct 9, 2024
1 parent bbbe53a commit 532fb90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/alpine.docker
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## REGISTRY CONFIGURATION ######################################################

ARG REGISTRY="docker.io"
ARG REGISTRY="ghcr.io"

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

FROM ${REGISTRY}/essentialkaos/golang:alpine3.20 as builder
FROM ${REGISTRY}/essentialkaos/golang:alpine3.20 AS builder

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

Expand Down

0 comments on commit 532fb90

Please sign in to comment.