Skip to content

Commit

Permalink
Change dockerfile from golang-buster tp golang-bullseye (#2867)
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-laterman authored Aug 11, 2023
1 parent 139b660 commit f76576d
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 f76576d

Please sign in to comment.