Skip to content

Commit

Permalink
Add bullseye image (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanschultzie committed Jul 24, 2023
1 parent 20efba3 commit 281ef85
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 @@
# 1st stage, build app
FROM golang:1.19 as builder
FROM golang:1.20.6-bullseye as builder
RUN apt-get update && apt-get -y upgrade && apt-get install -y upx
COPY . /build/app
WORKDIR /build/app
Expand Down

0 comments on commit 281ef85

Please sign in to comment.