Skip to content

Commit

Permalink
Change dockerfile from golang-buster tp golang-bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-laterman committed Aug 10, 2023
1 parent ed7f62e commit 9461c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG GO_VERSION
FROM --platform=${BUILDPLATFORM:-linux} golang:${GO_VERSION}-buster AS builder
FROM --platform=${BUILDPLATFORM:-linux} golang:${GO_VERSION}-bullseye AS builder

WORKDIR /usr/src/fleet-server

Expand Down

0 comments on commit 9461c19

Please sign in to comment.