Skip to content

Commit

Permalink
Merge pull request #57 from fossyy/staging
Browse files Browse the repository at this point in the history
Update Go version to 1.23.1 and Alpine version to 3.20
  • Loading branch information
fossyy authored Sep 14, 2024
2 parents 9530c93 + b54d0f1 commit cc00bb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:current-alpine3.19 AS node_builder
FROM node:current-alpine3.20 AS node_builder

WORKDIR /src
COPY /public /src/public
Expand All @@ -14,7 +14,7 @@ RUN javascript-obfuscator ./public/validatePassword.js --compact true --self-def
RUN javascript-obfuscator ./public/websocket.js --compact true --self-defending true --output ./public/websocket_obfuscated.js
RUN cleancss -o ./public/output.css ./tmp/output.css

FROM golang:1.22.2-alpine3.19 AS go_builder
FROM golang:1.23.1-alpine3.20 AS go_builder

WORKDIR /src
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/fossyy/filekeeper

go 1.22.2
go 1.23.1

require (
github.com/a-h/templ v0.2.778
Expand Down

0 comments on commit cc00bb4

Please sign in to comment.