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 1
1
# 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
3
3
4
4
# Set the working directory in the builder container
5
5
WORKDIR /src
Original file line number Diff line number Diff line change 1
1
# Start from the official Go image.
2
- FROM golang:1.19-alpine as builder
2
+ FROM golang:1.20-slim as builder
3
3
4
4
# Set the Current Working Directory inside the container
5
5
WORKDIR /app
Original file line number Diff line number Diff line change 1
1
# 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
3
3
4
4
# Set the working directory in the builder container
5
5
WORKDIR /src
Original file line number Diff line number Diff line change 1
1
# 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
3
3
4
4
# Set the working directory in the builder container
5
5
WORKDIR /src
Original file line number Diff line number Diff line change 1
1
# 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
3
3
4
4
# Set the working directory in the builder container
5
5
WORKDIR /src
Original file line number Diff line number Diff line change 1
1
# 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
3
3
4
4
# Set the working directory in the builder container
5
5
WORKDIR /src
You can’t perform that action at this time.
0 commit comments