Skip to content

Commit

Permalink
Merge pull request umami-software#2262 from umami-software/dev
Browse files Browse the repository at this point in the history
v2.6.2
  • Loading branch information
mikecao authored Aug 31, 2023
2 parents 19ec38a + b652ef3 commit c7275ef
Show file tree
Hide file tree
Showing 9 changed files with 377 additions and 378 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN yarn install --frozen-lockfile
FROM node:18-alpine AS builder
WORKDIR /app
COPY --from=deps /app/node_modules ./node_modules
COPY docker/middleware.js .
COPY . .
COPY docker/middleware.js ./src

ARG DATABASE_TYPE
ARG BASE_PATH
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umami",
"version": "2.6.1",
"version": "2.6.2",
"description": "A simple, fast, privacy-focused alternative to Google Analytics.",
"author": "Mike Cao <[email protected]>",
"license": "MIT",
Expand Down
Loading

0 comments on commit c7275ef

Please sign in to comment.