Skip to content

Commit ea43e1b

Browse files
chore(deps): update golang docker tag to v1.26.0
1 parent 962a516 commit ea43e1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN yarn build && yarn cache clean
1212

1313
# Statping Golang BACKEND building from source
1414
# Creates "/go/bin/statping" and "/usr/local/bin/sass" for copying
15-
FROM golang:1.20.0-alpine AS backend
15+
FROM golang:1.26.0-alpine AS backend
1616
LABEL maintainer="Statping-NG (https://github.com/statping-ng)"
1717
ARG VERSION
1818
ARG COMMIT

dev/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.13.5-alpine
1+
FROM golang:1.26.0-alpine
22
LABEL maintainer="Hunter Long (https://github.com/hunterlong)"
33
ARG VERSION
44
RUN apk add --update --no-cache libstdc++ gcc g++ make git ca-certificates linux-headers wget curl jq libsass nodejs nodejs-npm

0 commit comments

Comments
 (0)