Skip to content

Commit

Permalink
Updating Go to 1.21 Alpine 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Caesonia committed Jan 18, 2024
1 parent 9aa894e commit d2edfad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.multi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM golang:1.17.8-alpine AS builder
FROM golang:alpine3.19 AS builder

RUN apk update && \
apk add --no-cache upx make build-base bash git
Expand All @@ -19,7 +19,7 @@ COPY . .

RUN go build -o ./main

FROM golang:1.17.8-alpine
FROM golang:alpine3.19

WORKDIR /app

Expand Down

0 comments on commit d2edfad

Please sign in to comment.