Skip to content

Commit

Permalink
build(dockerfile): bump the base image version to go 1.22 bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
danvergara committed Mar 13, 2024
1 parent f6df5d6 commit ef70f6b
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,10 +1,10 @@
FROM golang:1.18-bullseye AS builder
FROM golang:1.22-bookworm AS builder

WORKDIR /src/app

# install system dependencies
RUN apt-get update \
&& apt-get -y install netcat \
&& apt-get -y install netcat-openbsd \
&& apt-get clean

COPY go.* ./
Expand Down

0 comments on commit ef70f6b

Please sign in to comment.