Skip to content

Commit

Permalink
update zonemta
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Jan 6, 2025
1 parent a8fdbcc commit c1cb0e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Mutistaged Node.js Build
FROM golang:1.21-alpine as gobuilder
FROM golang:1.21-alpine AS gobuilder
WORKDIR /app
COPY autocert/* ./
RUN go mod tidy
RUN go build -o autocert -ldflags="-s -w" main.go

FROM node:20-alpine as builder
FROM node:20-alpine AS builder

# Install system dependencies
RUN set -ex; \
Expand Down

0 comments on commit c1cb0e7

Please sign in to comment.