Skip to content

Commit

Permalink
Update base docker images (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Aug 8, 2024
1 parent efc4e48 commit 834f78e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18-alpine as api-builder
FROM golang:1.21-alpine as api-builder
ARG API_BIN_NAME=xp-management

ENV GO111MODULE=on \
Expand Down
2 changes: 1 addition & 1 deletion plugins/turing/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18-alpine as plugin-builder
FROM golang:1.21-alpine as plugin-builder

RUN apk update && apk add git make bash unzip libtool gcc musl-dev ca-certificates dumb-init tzdata

Expand Down
2 changes: 1 addition & 1 deletion treatment-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18-alpine as api-builder
FROM golang:1.21-alpine as api-builder
ARG API_BIN_NAME=xp-treatment

RUN apk update && apk add musl-dev gcc
Expand Down

0 comments on commit 834f78e

Please sign in to comment.