mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
use golang buster image in Dockerfile
This commit is contained in:
parent
ee8625dfaf
commit
8584b4ac22
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.16 AS builder
|
||||
FROM golang:1.16-buster AS builder
|
||||
|
||||
RUN mkdir /build
|
||||
WORKDIR /build
|
||||
|
|
Loading…
Add table
Reference in a new issue