File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# Use an official Go runtime as a parent image
2- FROM golang:1.20-alpine as builder
2+ FROM golang:1.20-slim as builder
33
44# Set the working directory in the builder container
55WORKDIR /src
Original file line number Diff line number Diff line change 11# Start from the official Go image.
2- FROM golang:1.19-alpine as builder
2+ FROM golang:1.20-slim as builder
33
44# Set the Current Working Directory inside the container
55WORKDIR /app
Original file line number Diff line number Diff line change 11# Use an official Go runtime as a parent image
2- FROM golang:1.20-alpine as builder
2+ FROM golang:1.20-slim as builder
33
44# Set the working directory in the builder container
55WORKDIR /src
Original file line number Diff line number Diff line change 11# Use an official Go runtime as a parent image
2- FROM golang:1.20-alpine as builder
2+ FROM golang:1.20-slim as builder
33
44# Set the working directory in the builder container
55WORKDIR /src
Original file line number Diff line number Diff line change 11# Use an official Go runtime as a parent image
2- FROM golang:1.20-alpine as builder
2+ FROM golang:1.20-slim as builder
33
44# Set the working directory in the builder container
55WORKDIR /src
Original file line number Diff line number Diff line change 11# Use an official Go runtime as a parent image
2- FROM golang:1.20-alpine as builder
2+ FROM golang:1.20-slim as builder
33
44# Set the working directory in the builder container
55WORKDIR /src
You can’t perform that action at this time.
0 commit comments